IDTSProject100.GetParameter(Int32) Method

Definition

Gets the collection of the project parameters.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSParameter100 ^ GetParameter(int Index);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100 GetParameter (int Index);
abstract member GetParameter : int -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
Public Function GetParameter (Index As Integer) As IDTSParameter100

Parameters

Index
Int32

The index.

Returns

The collection of the project parameters.

Applies to