Share via


IDTSInputColumn90 Interface

Represents an output column of an upstream component that is selected for use by a component.

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("CAB9C8F0-9362-472A-BDFF-8DE7D3E44DCF")> _
Public Interface IDTSInputColumn90
    Inherits IDTSObject90
[TypeLibTypeAttribute(4160)] 
[GuidAttribute("CAB9C8F0-9362-472A-BDFF-8DE7D3E44DCF")] 
public interface IDTSInputColumn90 : IDTSObject90
[TypeLibTypeAttribute(4160)] 
[GuidAttribute(L"CAB9C8F0-9362-472A-BDFF-8DE7D3E44DCF")] 
public interface class IDTSInputColumn90 : IDTSObject90
/** @attribute TypeLibTypeAttribute(4160) */ 
/** @attribute GuidAttribute("CAB9C8F0-9362-472A-BDFF-8DE7D3E44DCF") */ 
public interface IDTSInputColumn90 extends IDTSObject90
TypeLibTypeAttribute(4160) 
GuidAttribute("CAB9C8F0-9362-472A-BDFF-8DE7D3E44DCF") 
public interface IDTSInputColumn90 extends IDTSObject90

주의

Input columns describe the columns that a component receives, reads, or modifies during execution. They contain properties that describe the data contained in the column during package execution. They are created by calling the New or NewAt methods of the IDTSInputColumnCollection90 collection.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

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