SPBackupRestoreSettings.BackupDevice property
取得或設定備份儲存所在的 UNC 路徑。
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property BackupDevice As String
Get
Set
'用途
Dim instance As SPBackupRestoreSettings
Dim value As String
value = instance.BackupDevice
instance.BackupDevice = value
public string BackupDevice { get; set; }
Property value
Type: System.String
代表完整的備份作業中,輸出或來源的還原作業,會對儲存所在目錄 ; String例如, \\server_name\folder_name或C:\folder_name。