Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value indicating the direction of the parameter.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Property Direction As ParameterDirection
Get
Set
'Usage
Dim instance As AdomdParameter
Dim value As ParameterDirection
value = instance.Direction
instance.Direction = value
public ParameterDirection Direction { get; set; }
public:
virtual property ParameterDirection Direction {
ParameterDirection get () sealed;
void set (ParameterDirection value) sealed;
}
abstract Direction : ParameterDirection with get, set
override Direction : ParameterDirection with get, set
final function get Direction () : ParameterDirection
final function set Direction (value : ParameterDirection)
Property Value
Type: System.Data.ParameterDirection
Always returns ParameterDirection.Input.
Exceptions
| Exception | Condition |
|---|---|
| [NotSupportedException] | The property is set to an input other than ParameterDirection.Input. For more information about this exception, see NotSupportedException Class. |
Remarks
The ParameterDirection.Input value is the only supported value for this property.