IDTSCustomPropertyCollection90 Members
Contains a collection of IDTSCustomProperty90 objects.
The following tables list the members exposed by the IDTSCustomPropertyCollection90 type.
Public Properties
Имя | Description | |
---|---|---|
Count | Gets the number of elements contained in an IDTSCustomPropertyCollection90. | |
Item | Gets the IDTSCustomProperty90 specified by the Index parameter. |
В начало
Public Methods
Имя | Description | |
---|---|---|
FindObjectByID | Locates a requested object in a collection by its ID. | |
FindObjectIndexByID | Locates the index of a requested object in a collection by its ID. | |
GetEnumerator | Returns an enumerator that can iterate through an IDTSCustomPropertyCollection90. | |
GetObjectByID | Gets an IDTSCustomPropertyCollection90 object that has the specified ID. | |
GetObjectIndexByID | Gets the index of an IDTSCustomProperty90 object that has the specified ID. | |
New | Creates a new IDTSCustomProperty90 object and adds it to the end of the collection. | |
NewAt | Creates a new IDTSCustomProperty90 object at the specified location in the collection. | |
RemoveAll | Deletes each IDTSCustomProperty90 object in a collection. | |
RemoveObjectByID | Deletes an IDTSCustomProperty90 having the specified ID. | |
RemoveObjectByIndex | Deletes an IDTSCustomProperty90 object at the location specified by Index. | |
SetIndex | Changes the location of an IDTSCustomProperty90 object in a collection. |
В начало
См. также
Справочник
IDTSCustomPropertyCollection90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace