IDTSProject100.GetParameter(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 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.