IDTSProject100.GetParameter(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.