Contains a collection of IDTSOutputColumn90 columns.
The following tables list the members exposed by the IDTSOutputColumnCollection90 type.
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | Count | Gets the number of IDTSOutput90 columns in the collection. | 
| .gif) | Item | Gets the IDTSOutputColumn90 specified by the Index parameter. | 
顶部
Public Methods
| 名称 | Description | |
|---|---|---|
| .gif) | FindObjectByID | Locates the requested object in a collection by its ID. | 
| .gif) | FindObjectIndexByID | Locates the index of the requested object in the collection by its ID. | 
| .gif) | GetEnumerator | Returns an enumerator that can iterate through an output column collection. | 
| .gif) | GetObjectByID | Retrieves the output column object that has the specified ID from a collection. | 
| .gif) | GetObjectIndexByID | Retrieves the location of an output column in a collection. | 
| .gif) | GetOutputColumnByLineageID | Retrieves an output column object with the specified lineage ID from a collection. | 
| .gif) | New | Creates an output column object and adds it to a collection. | 
| .gif) | NewAt | Creates a new output column object and adds it to a collection at the specified index. | 
| .gif) | RemoveAll | Deletes all the output column objects from a collection. | 
| .gif) | RemoveObjectByID | Deletes the output column object with the specified ID from a collection. | 
| .gif) | RemoveObjectByIndex | Removes the IDTSOutputColumn90 object at the specified location in a collection. | 
| .gif) | SetIndex | Moves an output column to a new location in a collection. | 
顶部
请参阅
参考
IDTSOutputColumnCollection90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace