IDTSInputCollection90 Interface
Contains a collection of IDTSInput90 objects.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
语法
声明
<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
备注
The IDTSInputCollection90 contains the IDTSInput90 objects of a data flow component.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
IDTSInputCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace