IDTSVirtualInput90.VirtualInputColumnCollection Property

Gets the IDTSVirtualInputColumnCollection90 of an IDTSVirtualInput90.

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

Syntax

'Declaration
<DispIdAttribute(101)> _
ReadOnly Property VirtualInputColumnCollection As IDTSVirtualInputColumnCollection90
[DispIdAttribute(101)] 
IDTSVirtualInputColumnCollection90 VirtualInputColumnCollection { get; }
[DispIdAttribute(101)] 
property IDTSVirtualInputColumnCollection90^ VirtualInputColumnCollection {
    IDTSVirtualInputColumnCollection90^ get ();
}
/** @property */
/** @attribute DispIdAttribute(101) */ 
IDTSVirtualInputColumnCollection90 get_VirtualInputColumnCollection ()
DispIdAttribute(101) 
function get VirtualInputColumnCollection () : IDTSVirtualInputColumnCollection90

Property Value

The IDTSVirtualInputColumnCollection90 collection of the IDTSVirtualInput90, which can be used to iterate over the collection of virtual input columns.

Remarks

The VirtualInputColumnCollection contains the columns in the IDTSOutputColumnCollection90 of the upstream components. The columns are mapped into the IDTSInputColumnCollection90 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 2005.

Target Platforms

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

See Also

Reference

IDTSVirtualInput90 Interface
IDTSVirtualInput90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace