Freigeben über


IDTSParameterBinding.ParameterDirection-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the type of the parameter.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
Property ParameterDirection As ParameterDirections 
    Get 
    Set
'Usage
Dim instance As IDTSParameterBinding 
Dim value As ParameterDirections 

value = instance.ParameterDirection

instance.ParameterDirection = value
ParameterDirections ParameterDirection { get; set; }
property ParameterDirections ParameterDirection {
    ParameterDirections get ();
    void set (ParameterDirections value);
}
abstract ParameterDirection : ParameterDirections with get, set
function get ParameterDirection () : ParameterDirections 
function set ParameterDirection (value : ParameterDirections)

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ParameterDirections
A value from the ParameterDirections that indicates the type of the parameter.

Siehe auch

Verweis

IDTSParameterBinding Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask-Namespace