Share via


IDTSInputColumnCollection100 介面

Contains a collection of IDTSInputColumn100 columns.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
<GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")> _
Public Interface IDTSInputColumnCollection100 _
    Inherits IEnumerable
'用途
Dim instance As IDTSInputColumnCollection100
[GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")]
public interface IDTSInputColumnCollection100 : IEnumerable
[GuidAttribute(L"52AE2E1F-1747-4DE6-ABE4-41F87393FE36")]
public interface class IDTSInputColumnCollection100 : IEnumerable
[<GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")>]
type IDTSInputColumnCollection100 =  
    interface
        interface IEnumerable
    end
public interface IDTSInputColumnCollection100 extends IEnumerable

IDTSInputColumnCollection100 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count Gets the number of columns contained in a collection.
公用屬性 Item Gets the IDTSInputColumn100 object specified by the Index parameter.

上層

方法

  名稱 說明
公用方法 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() () () () (繼承自 IEnumerable。)
公用方法 GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSInputColumnCollection100.
公用方法 GetInputColumnByLineageID Retrieves an IDTSInputColumn100 object that has the specified lineage ID.
公用方法 GetInputColumnByName Retrieves an IDTSInputColumn100 object having the specified name.
公用方法 GetObjectByID Gets the IDTSInputColumn100 object having the specified ID.
公用方法 GetObjectIndexByID Gets the index of an IDTSInputColumn100 object that has the specified ID.
公用方法 New Creates a new IDTSInputColumn100 and adds it to a collection.
公用方法 NewAt Creates a new IDTSInputColumn100 object and adds it to a collection at the specified index.
公用方法 RemoveAll Deletes every IDTSInputColumnCollection100 object in a collection.
公用方法 RemoveObjectByID Deletes an IDTSInputColumn100 object specified by ID.
公用方法 RemoveObjectByIndex Deletes an IDTSInputColumn100 at the specified location in the collection.
公用方法 SetIndex Changes the location of an IDTSInputColumn100 object specified by the lOldIndex parameter.

上層

備註

The IDTSInputColumnCollection100 contains a collection of IDTSInputColumn100 objects. The collection provides the ability to add, delete, and enumerate the items in the collection.

The columns in the collection are typically inserted into the collection by calling the SetUsageType method of the design time interface. This method sets the UsageType property of a column and places it in the collection.