次の方法で共有


BackupInfo.BackupRemotePartitions プロパティ

リモート パーティションがバックアップされるかどうかを示すプロパティを取得します。値の設定も可能です。

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

構文

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

value = instance.BackupRemotePartitions

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

プロパティ値

型: System.Boolean
リモート パーティションがバックアップされる場合は true、バックアップされない場合は false です。

関連項目

参照

BackupInfo クラス

Microsoft.AnalysisServices 名前空間