IDTSComponentMetaData100.ValidateExternalMetadata 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property bool ValidateExternalMetadata { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(126)]
public bool ValidateExternalMetadata { [System.Runtime.InteropServices.DispId(126)] get; [System.Runtime.InteropServices.DispId(126)] set; }
[<System.Runtime.InteropServices.DispId(126)>]
[<get: System.Runtime.InteropServices.DispId(126)>]
[<set: System.Runtime.InteropServices.DispId(126)>]
member this.ValidateExternalMetadata : bool with get, set
Public Property ValidateExternalMetadata As Boolean
屬性值
如果元件應該在設計階段針對外部資料源驗證其資料行中繼資料,則 為 true ;否則 為 false。 預設值為 True。
- 屬性
備註
當此屬性為 true 時,元件會在設計階段連接至其外部資料源,並根據外部資料源的資料行來驗證其輸入或輸出集合中的資料行。
當設定為 false 時,元件不會執行這項「已連接」驗證,但 IDTSExternalMetadataColumnCollection100 如果開發人員已執行這項功能,就會針對集合中的資料行驗證其輸入和輸出資料行。