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

輸出的 IDTSExternalMetadataColumnCollection100

屬性

備註

ExternalMetadataColumnCollection屬性包含資料行的集合 IDTSExternalMetadataColumn100 。 這個選擇性集合是由連接至外部資料源的元件所填入,用來維護外部資料源中的資料行快照集。 然後,當元件處於中斷線上狀態時,可以使用外部中繼資料行來驗證輸出資料行集合中的資料行。

適用於