次の方法で共有


AllowOverwrite プロパティ

バックアップ中にバックアップ先のファイルを上書きできるかどうかを示すプロパティを取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property AllowOverwrite As Boolean
    Get
    Set
'使用
Dim instance As BackupInfo
Dim value As Boolean

value = instance.AllowOverwrite

instance.AllowOverwrite = value
public bool AllowOverwrite { get; set; }
public:
property bool AllowOverwrite {
    bool get ();
    void set (bool value);
}
member AllowOverwrite : bool with get, set
function get AllowOverwrite () : boolean
function set AllowOverwrite (value : boolean)

プロパティ値

型: System. . :: . .Boolean
バックアップ先のファイルが上書きできる場合は true、上書きできない場合は false です。