Condividi tramite


Membri RestoreInfo

Represents the information required to process a file or database restoration. This class cannot be inherited.

Il tipo RestoreInfo espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico RestoreInfo() () () () Initializes a new instance of RestoreInfo using the default values.
Metodo pubblico RestoreInfo(String) Initializes a new instance of RestoreInfo using file parameter.
Metodo pubblico RestoreInfo(String, String) Initializes a new instance of RestoreInfo using a file and database name.
Metodo pubblico RestoreInfo(String, String, Boolean) Initializes a new instance of RestoreInfo using a file, database name, and overwrite indicator.
Metodo pubblico RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] []) Initializes a new instance of RestoreInfo using a file, database name, overwrite indicator, and an array of restore locations.
Metodo pubblico RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity) Initializes a new instance of RestoreInfo using a file, database name , overwrite indicator, an array of restore locations, and a security definition for the roles to be restored.
Metodo pubblico RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity, String) Initializes a new instance of RestoreInfo using multiple parameters, including password.
Metodo pubblico RestoreInfo(String, String, Boolean, array<RestoreLocation> [] () [] [], RestoreSecurity, String, String)

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AllowOverwrite Gets or sets the AllowOverwrite aspect of RestoreInfo.
Proprietà pubblica DatabaseName Gets or sets the DatabaseName aspect for a RestoreInfo object.
Proprietà pubblica DbStorageLocation
Proprietà pubblica File Gets or sets the UNC name of the File to restore.
Proprietà pubblica Locations Gets a RestoreLocationCollection object with the locations of the remote partitions to restore.
Proprietà pubblica Password Gets or sets the Password that is required to read the restore file.
Proprietà pubblica Security Gets or sets the Security definition to apply to roles from the restore file.

In alto