Share via


IDTSComponentMetaData90.ValidateExternalMetadata Property

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

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<DispIdAttribute(126)> _
Property ValidateExternalMetadata As Boolean
[DispIdAttribute(126)] 
bool ValidateExternalMetadata { get; set; }
[DispIdAttribute(126)] 
property bool ValidateExternalMetadata {
    bool get ();
    void set ([InAttribute] bool pbValidate);
}
/** @property */
/** @attribute DispIdAttribute(126) */ 
boolean get_ValidateExternalMetadata ()

/** @property */
/** @attribute DispIdAttribute(126) */ 
void set_ValidateExternalMetadata (/** @attribute InAttribute() */ boolean pbValidate)
DispIdAttribute(126) 
function get ValidateExternalMetadata () : boolean

DispIdAttribute(126) 
function set ValidateExternalMetadata (pbValidate : 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 IDTSExternalMetadataColumnCollection90 collection, if the developer has implemented this functionality.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSComponentMetaData90 Interface
IDTSComponentMetaData90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace