言語

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

プロパティ値

拡張可能なオブジェクトがパッケージロード時に更新可能なバージョンが見つかった場合、そうでなければ、誤りです。

属性

注釈

このインターフェースは Package インターフェースと PackageNeutral インターフェースによって実装されます。

適用対象