Share via


IDTSExternalMetadataColumn90 Interface

Represents a column from an external data source.

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

구문

‘선언
<GuidAttribute("DF519267-8084-482A-94C7-2B8E6052E1FB")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSExternalMetadataColumn90
    Inherits IDTSObject90
[GuidAttribute("DF519267-8084-482A-94C7-2B8E6052E1FB")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSExternalMetadataColumn90 : IDTSObject90
[GuidAttribute(L"DF519267-8084-482A-94C7-2B8E6052E1FB")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSExternalMetadataColumn90 : IDTSObject90
/** @attribute GuidAttribute("DF519267-8084-482A-94C7-2B8E6052E1FB") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSExternalMetadataColumn90 extends IDTSObject90
GuidAttribute("DF519267-8084-482A-94C7-2B8E6052E1FB") 
TypeLibTypeAttribute(4160) 
public interface IDTSExternalMetadataColumn90 extends IDTSObject90

주의

The IDTSExternalMetadataColumn90 column represents a column in a remote data source. It contains the same properties as the external data column. This allows components to validate the columns in their IDTSInput90 and IDTSOutput90 column collections when the external data source itself is unavailable, or when a round trip to the external source is undesirable.

플랫폼

개발 플랫폼

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

대상 플랫폼

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

참고 항목

참조

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