IDTSOutputCollection90 Interface
Contains a collection of IDTSOutput90 objects.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
구문
‘선언
<DefaultMemberAttribute("Item")> _
<GuidAttribute("43D798EF-C406-4CC3-B7DF-287A2057FB5D")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSOutputCollection90
Inherits IEnumerable
[DefaultMemberAttribute("Item")]
[GuidAttribute("43D798EF-C406-4CC3-B7DF-287A2057FB5D")]
[TypeLibTypeAttribute(4160)]
public interface IDTSOutputCollection90 : IEnumerable
[DefaultMemberAttribute(L"Item")]
[GuidAttribute(L"43D798EF-C406-4CC3-B7DF-287A2057FB5D")]
[TypeLibTypeAttribute(4160)]
public interface class IDTSOutputCollection90 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute GuidAttribute("43D798EF-C406-4CC3-B7DF-287A2057FB5D") */
/** @attribute TypeLibTypeAttribute(4160) */
public interface IDTSOutputCollection90 extends IEnumerable
DefaultMemberAttribute("Item")
GuidAttribute("43D798EF-C406-4CC3-B7DF-287A2057FB5D")
TypeLibTypeAttribute(4160)
public interface IDTSOutputCollection90 extends IEnumerable
주의
This collection contains the IDTSOutput90 objects of a data flow component, and also contains methods that allow outputs to be added, removed, and enumerated.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
IDTSOutputCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace