Classe RestoreOptions

Represents the restore options.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Smo.RestoreOptions

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Class RestoreOptions
'Utilizzo
Dim instance As RestoreOptions
public class RestoreOptions
public ref class RestoreOptions
type RestoreOptions =  class end
public class RestoreOptions

Nel tipo RestoreOptions sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico RestoreOptions Initializes a new instance of the RestoreOptions class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Blocksize Specifies the physical block size, in bytes.
Proprietà pubblica BufferCount Specifies the total number of I/O buffers to be used for the restore operation.
Proprietà pubblica ClearSuspectPageTableAfterRestore Gets or sets whether to delete entries in the suspect page table after restore.
Proprietà pubblica ContinueAfterError Gets or sets whether the restore operation is to continue after an error is encountered.
Proprietà pubblica KeepReplication Gets or sets whether to prevent replication settings from being removed when a database backup or log backup is restored on a warm standby server and the database is recovered.
Proprietà pubblica MaxTransferSize Gets or sets the largest unit of transfer in bytes to be used between the backup media and SQL Server.
Proprietà pubblica PercentCompleteNotification Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls for individual Restore Operations.
Proprietà pubblica RecoveryState Gets or sets the recovery state.
Proprietà pubblica ReplaceDatabase Gets or sets SQL Server should create the specified database and its related files even if another database already exists with the same name
Proprietà pubblica SetRestrictedUser Gets or sets whether to restrict access for the newly restored database to members of the db_owner, dbcreator, or sysadmin roles.
Proprietà pubblica StandByFile Undo uncommitted transactions, but save the undo actions in a standby file that allows the recovery effects to be reversed.

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo