IDTSProject100.GetParameterVariable(Int32) Method
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 the parameter variable for the project.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ GetParameterVariable(int Index);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 GetParameterVariable (int Index);
abstract member GetParameterVariable : int -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Public Function GetParameterVariable (Index As Integer) As IDTSVariable100
Parameters
- Index
- Int32
The index of the parameter.
Returns
The parameter variable.