IDTSOutput100.ExternalMetadataColumnCollection Property

Definition

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

Property Value

The IDTSExternalMetadataColumnCollection100 of the output.

Attributes

Remarks

The ExternalMetadataColumnCollection property contains a collection of IDTSExternalMetadataColumn100 columns. This optional collection is populated by components that connect to external data sources and is used to maintain a snapshot of the columns from the external data source. The external metadata columns can then be used to validate the columns in the output column collection when the component is in a disconnected state.

Applies to