Share via


IDTSVirtualInput100 Members

Include Protected Members
Include Inherited Members

Represents the columns available to a component from the upstream component.

The IDTSVirtualInput100 type exposes the following members.

Methods

  Name Description
Public method SetUsageType(Int32, DTSUsageType) Maps a virtual input column object and sets its usage type.

Top

Properties

  Name Description
Public property Description Gets or sets the description of an IDTSObject100. (Inherited from IDTSObject100.)
Public property Description Gets or sets the description of an IDTSVirtualInput100 object.
Public property ID Gets or sets the ID of an IDTSObject100object. (Inherited from IDTSObject100.)
Public property ID Gets or sets the ID of a virtual input object.
Public property IdentificationString Gets a string that uniquely identifies an IDTSObject100. (Inherited from IDTSObject100.)
Public property IdentificationString Gets a string that uniquely identifies the IDTSVirtualInput100.
Public property IsSorted Gets a value that indicates whether the virtual input columns in the IDTSVirtualInput100 are sorted.
Public property Name Gets or sets the name of an IDTSObject100 object. (Inherited from IDTSObject100.)
Public property Name Gets or sets the name of an IDTSVirtualInput100.
Public property ObjectType Gets the ObjectType property of an IDTSObject100. (Inherited from IDTSObject100.)
Public property ObjectType Gets the DTSObjectType of an IDTSVirtualInput100.
Public property SourceLocale Gets the locale ID (LCID) of the source of the IDTSVirtualInput100.
Public property VirtualInputColumnCollection Gets the IDTSVirtualInputColumnCollection100 of an IDTSVirtualInput100.

Top