语言

IDTSPackage100.UpdateObjects 属性

定义

获取或设置一个值,指示如果发现更新版本,是否可以在包加载时更新可扩展对象。

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

属性值

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

属性

注解

该接口由 PackagePackageNeutral 接口实现。

适用于