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

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

S’applique à