IDTSOutput100.ExternalMetadataColumnCollection 属性

定义

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumnCollection100 ^ ExternalMetadataColumnCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumnCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(118)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumnCollection100 ExternalMetadataColumnCollection { [System.Runtime.InteropServices.DispId(118)] get; }
[<System.Runtime.InteropServices.DispId(118)>]
[<get: System.Runtime.InteropServices.DispId(118)>]
member this.ExternalMetadataColumnCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumnCollection100
Public ReadOnly Property ExternalMetadataColumnCollection As IDTSExternalMetadataColumnCollection100

属性值

输出的 IDTSExternalMetadataColumnCollection100

属性

注解

ExternalMetadataColumnCollection 属性包含列的 IDTSExternalMetadataColumn100 集合。 此可选集合由连接到外部数据源的组件填充,用于维护来自外部数据源的列的快照。 然后,外部元数据列可用于在组件处于断开连接状态时验证输出列集合中的列。

适用于