IDTSApplication100.UpdateObjects 屬性

定義

取得或設定布林值,這個布林值表示如果找到更新版本,是否可以在封裝載入時間更新可延伸的物件。

public:
 property bool UpdateObjects { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(38)]
public bool UpdateObjects { [System.Runtime.InteropServices.DispId(38)] get; [System.Runtime.InteropServices.DispId(38)] set; }
[<System.Runtime.InteropServices.DispId(38)>]
[<get: System.Runtime.InteropServices.DispId(38)>]
[<set: System.Runtime.InteropServices.DispId(38)>]
member this.UpdateObjects : bool with get, set
Public Property UpdateObjects As Boolean

屬性值

Boolean

如果找到更新版本時,可以在封裝載入時間更新可延伸的物件,則為 true。否則為 false。

屬性

適用於