Udostępnij przez


IDTSInput100.InputColumnCollection Property

Gets the IDTSInputColumnCollection100 of an IDTSInput100 object.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Deklaracja
<DispIdAttribute(106)> _
ReadOnly Property InputColumnCollection As IDTSInputColumnCollection100
[DispIdAttribute(106)] 
IDTSInputColumnCollection100 InputColumnCollection { get; }
[DispIdAttribute(106)] 
property IDTSInputColumnCollection100^ InputColumnCollection {
    IDTSInputColumnCollection100^ get ();
}
/** @property */
/** @attribute DispIdAttribute(106) */ 
IDTSInputColumnCollection100 get_InputColumnCollection ()
DispIdAttribute(106) 
function get InputColumnCollection () : IDTSInputColumnCollection100

Property Value

The IDTSInputColumnCollection100 of the IDTSInput100 object.

Remarks

The InputColumnCollection contains the collection of IDTSInputColumn100 objects that have been added to the IDTSInput100 of the component. These columns correspond to the columns contained in the PipelineBuffer provided to the component in the ProcessInput method.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.