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