IDTSInputCollection100 Interface
Contains a collection of IDTSInput100 objects.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<DefaultMemberAttribute("Item")> _
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("D95EC9B8-F6B4-4912-AB39-9D6AFEF62C0E")> _
Public Interface IDTSInputCollection100
Inherits IEnumerable
[DefaultMemberAttribute("Item")]
[TypeLibTypeAttribute(4160)]
[GuidAttribute("D95EC9B8-F6B4-4912-AB39-9D6AFEF62C0E")]
public interface IDTSInputCollection100 : IEnumerable
[DefaultMemberAttribute(L"Item")]
[TypeLibTypeAttribute(4160)]
[GuidAttribute(L"D95EC9B8-F6B4-4912-AB39-9D6AFEF62C0E")]
public interface class IDTSInputCollection100 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute TypeLibTypeAttribute(4160) */
/** @attribute GuidAttribute("D95EC9B8-F6B4-4912-AB39-9D6AFEF62C0E") */
public interface IDTSInputCollection100 extends IEnumerable
DefaultMemberAttribute("Item")
TypeLibTypeAttribute(4160)
GuidAttribute("D95EC9B8-F6B4-4912-AB39-9D6AFEF62C0E")
public interface IDTSInputCollection100 extends IEnumerable
Remarks
The IDTSInputCollection100 contains the IDTSInput100 objects of a data flow component.
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.
See Also