Proprietà ExternalMetadataColumnCollection
Gets the IDTSExternalMetadataColumnCollection100 of an IDTSOutput100 object.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property ExternalMetadataColumnCollection As IDTSExternalMetadataColumnCollection100
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSExternalMetadataColumnCollection100
The IDTSExternalMetadataColumnCollection100 of the output.
Osservazioni
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.
Vedere anche