IDTSCustomPropertyCollection90 Members

Contains a collection of IDTSCustomProperty90 objects.

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

Public Properties

  Name Description
ms211507.pubproperty(en-US,SQL.90).gif Count Gets the number of elements contained in an IDTSCustomPropertyCollection90.
ms211507.pubproperty(en-US,SQL.90).gif Item Gets the IDTSCustomProperty90 specified by the Index parameter.

Top

Public Methods

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

Top

See Also

Reference

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