Udostępnij przez


IDTSVirtualInputColumnCollection100 Members

Contains a collection of IDTSVirtualInputColumn100 columns.

The following tables list the members exposed by the IDTSVirtualInputColumnCollection100 type.

Public Properties

  Name Description
Bb511451.pubproperty(pl-pl,SQL.100).gif Count Gets the number of IDTSVirtualInputColumn100 columns in a collection.
Bb511451.pubproperty(pl-pl,SQL.100).gif Item Gets the IDTSVirtualInputColumn100 specified by the Index parameter.

Top

Public Methods

  Name Description
Bb511451.pubmethod(pl-pl,SQL.100).gif FindObjectByID Locates the requested object in a collection by its ID.
Bb511451.pubmethod(pl-pl,SQL.100).gif FindObjectIndexByID Locates the index of a requested object in a collection by its ID.
Bb511451.pubmethod(pl-pl,SQL.100).gif GetEnumerator Returns an enumerator that can iterate through the collection of IDTSVirtualInputColumn100 objects.
Bb511451.pubmethod(pl-pl,SQL.100).gif GetObjectByID Gets an IDTSVirtualInputColumn100 object having the specified ID.
Bb511451.pubmethod(pl-pl,SQL.100).gif GetObjectIndexByID Gets the index of an IDTSVirtualInputColumn100 object in the collection.
Bb511451.pubmethod(pl-pl,SQL.100).gif GetVirtualInputColumnByLineageID Gets an IDTSVirtualInputColumn100 object from the collection having the specified LineageID property.
Bb511451.pubmethod(pl-pl,SQL.100).gif GetVirtualInputColumnByName Gets an IDTSVirtualInputColumn100 object having the specified name.
Bb511451.pubmethod(pl-pl,SQL.100).gif SetIndex Changes the location of an IDTSVirtualInputColumn100 object in a collection.

Top