Поделиться через


Свойство IDTSComponentMetaData100.ValidateExternalMetadata

Gets or sets a value that indicates whether the component validates its column metadata against its external data source at design time.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Property ValidateExternalMetadata As Boolean 
    Get 
    Set
'Применение
Dim instance As IDTSComponentMetaData100 
Dim value As Boolean 

value = instance.ValidateExternalMetadata

instance.ValidateExternalMetadata = value
bool ValidateExternalMetadata { get; set; }
property bool ValidateExternalMetadata {
    bool get ();
    void set (bool value);
}
abstract ValidateExternalMetadata : bool with get, set
function get ValidateExternalMetadata () : boolean 
function set ValidateExternalMetadata (value : boolean)

Значение свойства

Тип: System.Boolean
true if the component should validate its column metadata against the external data source during design time; otherwise, false. The default is true.

Замечания

When this property is true, the component connects to its external data source during design time and validates the columns in its input or output collections against the columns at the external data source.

When set to false, the component does not perform this "connected" validation, but validates its input and output columns against the columns in the IDTSExternalMetadataColumnCollection100 collection, if the developer has implemented this functionality.

См. также

Справочник

IDTSComponentMetaData100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper