IDTSInput100.InputColumnCollection Propriété
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 l'objet IDTSInputColumnCollection100 d'un objet IDTSInput100.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumnCollection100 ^ InputColumnCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumnCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(106)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumnCollection100 InputColumnCollection { [System.Runtime.InteropServices.DispId(106)] get; }
[<System.Runtime.InteropServices.DispId(106)>]
[<get: System.Runtime.InteropServices.DispId(106)>]
member this.InputColumnCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumnCollection100
Public ReadOnly Property InputColumnCollection As IDTSInputColumnCollection100
Valeur de propriété
Objet IDTSInputColumnCollection100 de l'objet IDTSInput100.
- Attributs
Remarques
Contient InputColumnCollection la collection d’objets IDTSInputColumn100 qui ont été ajoutés au IDTSInput100 composant. Ces colonnes correspondent aux colonnes contenues dans le PipelineBuffer composant fourni dans la ProcessInput méthode.