SPBackupRestoreInformation Members
Include Protected Members
Include Inherited Members
Provides information about a backup or restore job that is running or has just completed.
The SPBackupRestoreInformation type exposes the following members.
Properties
Name | Description | |
---|---|---|
BackupMethod | Gets the backup method of the job. | |
BackupRestoreRoot | Gets the highest level content component in the backup object. | |
Children | Gets the immediate children of the backup object. | |
CurrentProgress | Gets or sets, as a percentage of the whole job, the degree to which the backup or restore operation is complete. | |
FailureMessage | Gets or sets a message explaining why the operation has failed. | |
IsBackup | Gets a value that specifies whether the operation is a backup or a restore. | |
IsFailure | Gets a value that indicates whether the operation has failed. | |
IsRestart | Obsolete. Do not use. | |
LastUpdate | Gets a value that specifies the last time CurrentProgress was updated. | |
Location | Gets the Universal Naming Convention (UNC) path where the backup is stored. | |
ObjectGroup | Gets or sets a name for a group of objects that can be backed up so that they do not have to be individually listed in a UI as selectable items for a backup or restore operation. | |
Parameters | Gets a set of parameters for backup or restore operations. | |
Parent | Gets the parent backup object of the current operation's backup object. | |
Self | Gets or sets the backup object that is the result of the current operation (if the operation is a backup), or is the source of the current operation (if the operation is a restore). | |
UpdateProgress | Gets a value that specifies at what points the operation should report its progress. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateFileMapping | Generates a unique name for the backup file that contains the specified source file. | |
GetHashCode | (Inherited from Object.) | |
GetParameter | Returns the value assigned to the specified key in an internal store of key-value pairs. | |
GetParameterObject | Get the value for the parameter with the specified name. | |
GetType | (Inherited from Object.) | |
Log(SqlCommand) | Writes the specified SqlCommand as a string to the backup or restore log file. | |
Log(SPBackupRestoreLogSeverity, String) | Writes an error, warning, or informational message to the administration log file. | |
MemberwiseClone | (Inherited from Object.) | |
ReverseFileMapping | Gets the name of the backup file that contains the specified file. | |
SetInputValue | Sets the specified parameter to the specified value, which should be input from a user. | |
SetParameter | Adds the specified key-value pair to an internal store of parameters. | |
SetUserNamePassword | Assigns the specified password to the specified user. | |
ToString | (Inherited from Object.) |
Top