IDTSInputCollection90 Members
Contains a collection of IDTSInput90 objects.
The following tables list the members exposed by the IDTSInputCollection90 type.
Public Properties
Nombre | Description | |
---|---|---|
Count | Gets the number of IDTSInput90 objects in an IDTSInputCollection90 collection. | |
Item | Gets the specified IDTSInput90 object. |
Arriba
Public Methods
Nombre | Description | |
---|---|---|
FindObjectByID | Locates the requested object in a collection by its ID. | |
FindObjectIndexByID | Locates the index of the requested object in a collection by its ID. | |
GetEnumerator | Returns an enumerator that can iterate through an IDTSInputCollection90. | |
GetObjectByID | Retrieves an IDTSInput90 object from a IDTSInputCollection90 collection. | |
GetObjectIndexByID | Retrieves the index of the IDTSInput90 object in a collection. | |
New | Creates a new IDTSInput90 object and adds it to an IDTSInputCollection90. | |
NewAt | Adds a new input object at the specified index in a collection. | |
RemoveAll | Deletes each IDTSInput90 object from a collection. | |
RemoveObjectByID | Removes an input object specified by its ID from a collection. | |
RemoveObjectByIndex | Deletes an input object from a collection. | |
SetIndex | Changes the location of an IDTSInput90 object. |
Arriba
Vea también
Referencia
IDTSInputCollection90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace