Udostępnij przez


IDTSCustomPropertyCollection100 Members

Contains a collection of IDTSCustomProperty100 objects.

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

Public Properties

  Name Description
Bb523947.pubproperty(pl-pl,SQL.100).gif Count Gets the number of elements contained in an IDTSCustomPropertyCollection100.
Bb523947.pubproperty(pl-pl,SQL.100).gif Item Gets the IDTSCustomProperty100 specified by the Index parameter.

Top

Public Methods

  Name Description
Bb523947.pubmethod(pl-pl,SQL.100).gif FindObjectByID Locates a requested object in a collection by its ID.
Bb523947.pubmethod(pl-pl,SQL.100).gif FindObjectIndexByID Locates the index of a requested object in a collection by its ID.
Bb523947.pubmethod(pl-pl,SQL.100).gif GetEnumerator Returns an enumerator that can iterate through an IDTSCustomPropertyCollection100.
Bb523947.pubmethod(pl-pl,SQL.100).gif GetObjectByID Gets an IDTSCustomPropertyCollection100 object that has the specified ID.
Bb523947.pubmethod(pl-pl,SQL.100).gif GetObjectIndexByID Gets the index of an IDTSCustomProperty100 object that has the specified ID.
Bb523947.pubmethod(pl-pl,SQL.100).gif New Creates a new IDTSCustomProperty100 object and adds it to the end of the collection.
Bb523947.pubmethod(pl-pl,SQL.100).gif NewAt Creates a new IDTSCustomProperty100 object at the specified location in the collection.
Bb523947.pubmethod(pl-pl,SQL.100).gif RemoveAll Deletes each IDTSCustomProperty100 object in a collection.
Bb523947.pubmethod(pl-pl,SQL.100).gif RemoveObjectByID Deletes an IDTSCustomProperty100 having the specified ID.
Bb523947.pubmethod(pl-pl,SQL.100).gif RemoveObjectByIndex Deletes an IDTSCustomProperty100 object at the location specified by Index.
Bb523947.pubmethod(pl-pl,SQL.100).gif SetIndex Changes the location of an IDTSCustomProperty100 object in a collection.

Top