BackupInfo Constructor (String, Boolean, Boolean)
Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite and backup of remote partitions are allowed.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
file As String, _
allowOverwrite As Boolean, _
backupRemotePartitions As Boolean _
)
public BackupInfo (
string file,
bool allowOverwrite,
bool backupRemotePartitions
)
public:
BackupInfo (
String^ file,
bool allowOverwrite,
bool backupRemotePartitions
)
public BackupInfo (
String file,
boolean allowOverwrite,
boolean backupRemotePartitions
)
public function BackupInfo (
file : String,
allowOverwrite : boolean,
backupRemotePartitions : boolean
)
Parametri
- file
The file name to backup to.
- allowOverwrite
true if overwrite is allowed; otherwise, false.
- backupRemotePartitions
true if backup of remote partitions is allowed; otherwise, false.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
BackupInfo Class
BackupInfo Members
Microsoft.AnalysisServices Namespace