IDTSParameterBinding.ParameterDirection Property

Definition

Gets or sets the type of the parameter.

public:
 property Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::ParameterDirections ParameterDirection { Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::ParameterDirections get(); void set(Microsoft::SqlServer::Dts::Tasks::ExecuteSQLTask::ParameterDirections value); };
public Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ParameterDirections ParameterDirection { get; set; }
member this.ParameterDirection : Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ParameterDirections with get, set
Public Property ParameterDirection As ParameterDirections

Property Value

A value from the ParameterDirections that indicates the type of the parameter.

Applies to