IDTSInput100.InputColumnCollection Свойство

Определение

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

Значение свойства

Свойство IDTSInputColumnCollection100 объекта IDTSInput100.

Атрибуты

Комментарии

InputColumnCollection содержит коллекцию объектов IDTSInputColumn100, добавленных в IDTSInput100 компонент . Эти столбцы соответствуют столбцам, содержащимся в объекте PipelineBuffer , предоставленном компоненту в методе ProcessInput .

Применяется к