BackupInfo Oluşturucusu (String, Boolean, Boolean, array<BackupLocation[], Boolean, String)
Yeni bir başlatır örnek , BackupInfo bir dosya adı kullanarak sınıf, gösterir üzerine olup olmadığını ve uzak bölümleri yedek izin verilir, yedek depolanacağı konumu belirtir, sıkıştırma uygulanır ve bir parola belirtir olup olmadığını gösterir
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Sub New ( _
file As String, _
allowOverwrite As Boolean, _
backupRemotePartitions As Boolean, _
locations As BackupLocation(), _
applyCompression As Boolean, _
password As String _
)
'Kullanım
Dim file As String
Dim allowOverwrite As Boolean
Dim backupRemotePartitions As Boolean
Dim locations As BackupLocation()
Dim applyCompression As Boolean
Dim password As String
Dim instance As New BackupInfo(file, allowOverwrite, _
backupRemotePartitions, locations, _
applyCompression, password)
public BackupInfo(
string file,
bool allowOverwrite,
bool backupRemotePartitions,
BackupLocation[] locations,
bool applyCompression,
string password
)
public:
BackupInfo(
String^ file,
bool allowOverwrite,
bool backupRemotePartitions,
array<BackupLocation^>^ locations,
bool applyCompression,
String^ password
)
new :
file:string *
allowOverwrite:bool *
backupRemotePartitions:bool *
locations:BackupLocation[] *
applyCompression:bool *
password:string -> BackupInfo
public function BackupInfo(
file : String,
allowOverwrite : boolean,
backupRemotePartitions : boolean,
locations : BackupLocation[],
applyCompression : boolean,
password : String
)
Parametreler
- file
Tür: System.String
yedek için dosya adı.
- allowOverwrite
Tür: System.Boolean
doğru , üzerine verilir; Aksi takdirde, yanlış.
- backupRemotePartitions
Tür: System.Boolean
doğru uzak bölümleri yedek izin verilip verilmediğini; Aksi takdirde, yanlış.
- locations
Tür: array<Microsoft.AnalysisServices.BackupLocation[]
yedek depolanacağı yerler.
- applyCompression
Tür: System.Boolean
doğru yedek işlemi sırasında; sıkıştırma uygulanırsa Aksi takdirde, yanlış.
- password
Tür: System.String
A dize parolasını içeren.