SPBackupRestoreParameter class
代表備份或還原參數,並提供協助程式成員,以支援使用者輸入的參數值。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPBackupRestoreParameter
'用途
Dim instance As SPBackupRestoreParameter
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPBackupRestoreParameter
備註
還原過程中,使用使用者的輸入。這通常用來允許執行還原的人員能夠指定特定的設定與還原的行為。例如,這可能會包含哪些應該將資料庫還原的路徑及 (或) 到哪些 URL 的 Web 應用程式應該要還原。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.