IDTSComponentMetaData100.ValidateExternalMetadata 屬性

定義

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;否則,則為錯誤。 預設值為 True

屬性

備註

此特性成立時,元件會在設計時連接外部資料來源,並對輸入或輸出集合中的欄位與外部資料來源的欄位進行驗證。

false 時,元件不會執行這種「連接」驗證,而是在開發者實作此功能時,會驗證其輸入與輸出欄位與集合中的 IDTSExternalMetadataColumnCollection100 欄位。

適用於