IDTSParameterBinding.ParameterDirection Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ParameterDirections
A value from the ParameterDirections that indicates the type of the parameter.