IDTSInput100.InputColumnCollection Propriété

Définition

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

Valeur de propriété

Objet IDTSInputColumnCollection100 de l'objet IDTSInput100.

Attributs

Remarques

InputColumnCollection contient 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.

S’applique à