Freigeben über


SPRestoreInformation-Klasse

Enthält Informationen zu einer Wiederherstellung, die aktuell entwickelten oder nur abgeschlossen ist.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation
    Microsoft.SharePoint.Administration.Backup.SPRestoreInformation

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPRestoreInformation _
    Inherits SPBackupRestoreInformation
'Usage
Dim instance As SPRestoreInformation
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPRestoreInformation : SPBackupRestoreInformation

Hinweise

Diese Klasse verfügt über keinen öffentlichen Konstruktor. Wenn Sie einen Verweis auf ein Objekt dieser Klasse erhalten möchten, lesen Sie die Information -Eigenschaft des ein SPBackupRestoreObject -Objekt.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPRestoreInformation-Member

Microsoft.SharePoint.Administration.Backup-Namespace