IDTSOutput100.ExternalMetadataColumnCollection プロパティ

定義

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSExternalMetadataColumnCollection100 ^ ExternalMetadataColumnCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSExternalMetadataColumnCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(118)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.IDTSExternalMetadataColumnCollection100
Public ReadOnly Property ExternalMetadataColumnCollection As IDTSExternalMetadataColumnCollection100

プロパティ値

出力の IDTSExternalMetadataColumnCollection100

属性

注釈

ExternalMetadataColumnCollectionプロパティには IDTSExternalMetadataColumn100 列の集合が含まれています。 このオプションコレクションは外部データソースに接続されるコンポーネントで構成され、外部データソースの列のスナップショットを維持するために使用されます。 外部メタデータ列は、コンポーネントが切断状態にある場合に出力列コレクションの列を検証するために使用できます。

適用対象