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。

属性

适用于