Propriedade ExternalMetadataColumnCollection
Gets the IDTSExternalMetadataColumnCollection100 of an IDTSOutput100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
ReadOnly Property ExternalMetadataColumnCollection As IDTSExternalMetadataColumnCollection100
Get
'Uso
Dim instance As IDTSOutput100
Dim value As IDTSExternalMetadataColumnCollection100
value = instance.ExternalMetadataColumnCollection
IDTSExternalMetadataColumnCollection100 ExternalMetadataColumnCollection { get; }
property IDTSExternalMetadataColumnCollection100^ ExternalMetadataColumnCollection {
IDTSExternalMetadataColumnCollection100^ get ();
}
abstract ExternalMetadataColumnCollection : IDTSExternalMetadataColumnCollection100
function get ExternalMetadataColumnCollection () : IDTSExternalMetadataColumnCollection100
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSExternalMetadataColumnCollection100
The IDTSExternalMetadataColumnCollection100 of the output.
Comentários
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.
Consulte também