IDTSInput100.InputColumnCollection Propiedad

Definición

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

Valor de propiedad

IDTSInputColumnCollection100 del objeto IDTSInput100.

Atributos

Comentarios

InputColumnCollection contiene la colección de objetos IDTSInputColumn100 que se han agregado al IDTSInput100 del componente. Estas columnas corresponden a las columnas contenidas en el PipelineBuffer proporcionado al componente del ProcessInput método .

Se aplica a