IDTSExternalMetadataColumnCollection90 Interface

Contains a collection of IDTSExternalMetadataColumn90 objects that represent the columns of an external data source.

命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

语法

声明
<TypeLibTypeAttribute(4160)> _
<DefaultMemberAttribute("Item")> _
<GuidAttribute("CC6D94F9-F447-4445-AB36-D786D7A21CB3")> _
Public Interface IDTSExternalMetadataColumnCollection90
    Inherits IEnumerable
[TypeLibTypeAttribute(4160)] 
[DefaultMemberAttribute("Item")] 
[GuidAttribute("CC6D94F9-F447-4445-AB36-D786D7A21CB3")] 
public interface IDTSExternalMetadataColumnCollection90 : IEnumerable
[TypeLibTypeAttribute(4160)] 
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"CC6D94F9-F447-4445-AB36-D786D7A21CB3")] 
public interface class IDTSExternalMetadataColumnCollection90 : IEnumerable
/** @attribute TypeLibTypeAttribute(4160) */ 
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("CC6D94F9-F447-4445-AB36-D786D7A21CB3") */ 
public interface IDTSExternalMetadataColumnCollection90 extends IEnumerable
TypeLibTypeAttribute(4160) 
DefaultMemberAttribute("Item") 
GuidAttribute("CC6D94F9-F447-4445-AB36-D786D7A21CB3") 
public interface IDTSExternalMetadataColumnCollection90 extends IEnumerable

备注

A data flow component populates and uses this collection to validate the columns in its IDTSInputColumnCollection90 or IDTSOutputColumnCollection90 when the ValidateExternalMetadata property is false or when the SSIS Designer is in offline mode.

The collection typically represents the columns of an external data source used by a source or destination component. Use of the collection allows the component to perform validation without an expensive, time-consuming round trip to the source itself.

For more information about implementing external metadata columns in components see Implementing External Metadata.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

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