Udostępnij przez


IDTSInputColumnCollection100 Interface

Contains a collection of IDTSInputColumn100 columns.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Deklaracja
<DefaultMemberAttribute("Item")> _
<GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSInputColumnCollection100
    Inherits IEnumerable
[DefaultMemberAttribute("Item")] 
[GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSInputColumnCollection100 : IEnumerable
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"52AE2E1F-1747-4DE6-ABE4-41F87393FE36")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSInputColumnCollection100 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSInputColumnCollection100 extends IEnumerable
DefaultMemberAttribute("Item") 
GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36") 
TypeLibTypeAttribute(4160) 
public interface IDTSInputColumnCollection100 extends IEnumerable

Remarks

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.