IDTSParameterBinding.ParameterDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.