BackupInfo コンストラクター (String, Boolean, Boolean)
ファイル名を使用して BackupInfo クラスの新しいインスタンスを初期化します。また、リモート パーティションの上書きとバックアップを許可するかどうかを示します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub New ( _
file As String, _
allowOverwrite As Boolean, _
backupRemotePartitions As Boolean _
)
'使用
Dim file As String
Dim allowOverwrite As Boolean
Dim backupRemotePartitions As Boolean
Dim instance As New BackupInfo(file, allowOverwrite, _
backupRemotePartitions)
public BackupInfo(
string file,
bool allowOverwrite,
bool backupRemotePartitions
)
public:
BackupInfo(
String^ file,
bool allowOverwrite,
bool backupRemotePartitions
)
new :
file:string *
allowOverwrite:bool *
backupRemotePartitions:bool -> BackupInfo
public function BackupInfo(
file : String,
allowOverwrite : boolean,
backupRemotePartitions : boolean
)
パラメーター
- file
型: System. . :: . .String
バックアップ先のファイルの名前です。
- allowOverwrite
型: System. . :: . .Boolean
上書きが有効な場合は true、無効な場合は false です。
- backupRemotePartitions
型: System. . :: . .Boolean
リモート パーティションのバックアップが有効な場合は true、無効な場合は false です。