IDTSCustomPropertyCollection90 Methods

Public Methods

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

See Also

Reference

IDTSCustomPropertyCollection90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace