语言

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

属性值

如果可扩展对象在找到更新版本时可以更新,则为真;否则,就是假的。

属性

适用于