IDTSProject100.GetParameterVariable(Int32) Method

Definition

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.

Applies to