Partilhar via


Propriedade do RDL IDTSInput100.ExternalMetadataColumnCollection

Gets the collection of columns that reflects the columns in an external data source, which are used to validate an IDTSInputColumnCollection100 when the component is not connected to the external data source.

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 IDTSInput100 
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 IDTSInput100 object.

Comentários

The ExternalMetadataColumnCollection enables components to validate the columns in its InputColumnCollection when the component is disconnected from its external data source, or when an expensive connected validation is not desirable.

Columns are inserted into the collection using the MapInputColumn method.

Consulte também

Referência

IDTSInput100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper