IDTSInputCollection90 Interface

Contains a collection of IDTSInput90 objects.

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("3088ACDD-7F7A-41F1-AD2B-D672D105C9F1")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSInputCollection90
    Inherits IEnumerable
[DefaultMemberAttribute("Item")] 
[GuidAttribute("3088ACDD-7F7A-41F1-AD2B-D672D105C9F1")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSInputCollection90 : IEnumerable
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"3088ACDD-7F7A-41F1-AD2B-D672D105C9F1")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSInputCollection90 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("3088ACDD-7F7A-41F1-AD2B-D672D105C9F1") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSInputCollection90 extends IEnumerable
DefaultMemberAttribute("Item") 
GuidAttribute("3088ACDD-7F7A-41F1-AD2B-D672D105C9F1") 
TypeLibTypeAttribute(4160) 
public interface IDTSInputCollection90 extends IEnumerable

Hinweise

The IDTSInputCollection90 contains the IDTSInput90 objects of a data flow component.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

IDTSInputCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace