IDTSInput100.InputColumnCollection Propriété

Définition

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInputColumnCollection100 ^ InputColumnCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInputColumnCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(106)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.IDTSInputColumnCollection100
Public ReadOnly Property InputColumnCollection As IDTSInputColumnCollection100

Valeur de propriété

Objet IDTSInputColumnCollection100 de l'objet IDTSInput100.

Attributs

Remarques

La InputColumnCollection contient la collection d’objets IDTSInputColumn100 qui ont été ajoutés à la IDTSInput100 de la composante. Ces colonnes correspondent aux colonnes contenues dans le PipelineBuffer composant fourni dans la ProcessInput méthode.

S’applique à