IDTSInput100.InputColumnCollection Propiedad

Definición

Obtiene el objeto IDTSInputColumnCollection100 de un objeto 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

Valor de propiedad

IDTSInputColumnCollection100 del objeto IDTSInput100.

Atributos

Comentarios

InputColumnCollection contiene la colección de IDTSInputColumn100 objetos 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