次の方法で共有


BackupInfo コンストラクター (String, Boolean, Boolean, BackupLocation[])

ファイル名を使用して BackupInfo クラスの新しいインスタンスを初期化し、リモート パーティションの上書きとバックアップを許可するかどうかを示します。さらに、バックアップの格納先を指定します。

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

構文

'宣言
Public Sub New ( _
    file As String, _
    allowOverwrite As Boolean, _
    backupRemotePartitions As Boolean, _
    locations As BackupLocation() _
)
'使用
Dim file As String
Dim allowOverwrite As Boolean
Dim backupRemotePartitions As Boolean
Dim locations As BackupLocation()

Dim instance As New BackupInfo(file, allowOverwrite, _
    backupRemotePartitions, locations)
public BackupInfo(
    string file,
    bool allowOverwrite,
    bool backupRemotePartitions,
    BackupLocation[] locations
)
public:
BackupInfo(
    String^ file, 
    bool allowOverwrite, 
    bool backupRemotePartitions, 
    array<BackupLocation^>^ locations
)
new : 
        file:string * 
        allowOverwrite:bool * 
        backupRemotePartitions:bool * 
        locations:BackupLocation[] -> BackupInfo
public function BackupInfo(
    file : String, 
    allowOverwrite : boolean, 
    backupRemotePartitions : boolean, 
    locations : BackupLocation[]
)

パラメーター

  • allowOverwrite
    型: System. . :: . .Boolean
    上書きが有効な場合は true、無効な場合は false です。
  • backupRemotePartitions
    型: System. . :: . .Boolean
    リモート パーティションのバックアップが有効な場合は true、無効な場合は false です。