IDTSVirtualInput100.VirtualInputColumnCollection Property
Gets the IDTSVirtualInputColumnCollection100 of an IDTSVirtualInput100.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<DispIdAttribute(101)> _
ReadOnly Property VirtualInputColumnCollection As IDTSVirtualInputColumnCollection100
[DispIdAttribute(101)]
IDTSVirtualInputColumnCollection100 VirtualInputColumnCollection { get; }
[DispIdAttribute(101)]
property IDTSVirtualInputColumnCollection100^ VirtualInputColumnCollection {
IDTSVirtualInputColumnCollection100^ get ();
}
/** @property */
/** @attribute DispIdAttribute(101) */
IDTSVirtualInputColumnCollection100 get_VirtualInputColumnCollection ()
DispIdAttribute(101)
function get VirtualInputColumnCollection () : IDTSVirtualInputColumnCollection100
Property Value
The IDTSVirtualInputColumnCollection100 collection of the IDTSVirtualInput100, which can be used to iterate over the collection of virtual input columns.
Remarks
The VirtualInputColumnCollection contains the columns in the IDTSOutputColumnCollection100 of the upstream components. The columns are mapped into the IDTSInputColumnCollection100 by calling the SetUsageType 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.