IDTSProject100.GetParameter(Int32) Méthode

Définition

Obtient la collection des paramètres du projet.

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

Paramètres

Index
Int32

Index.

Retours

Collection des paramètres du projet.

S’applique à