Condividi tramite


BackupRestoreBase Constructor

Initializes a new instance of the BackupRestoreBase class.

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public Sub New
public BackupRestoreBase ()
public:
BackupRestoreBase ()
public BackupRestoreBase ()
public function BackupRestoreBase ()

Osservazioni

When a Backup object or Restore object is initialized, the BackupRestoreBase class is inherited, and therefore it is not necessary to initialize it.

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempio

How to: Back Up Databases and Transaction Logs in Visual Basic .NET

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

BackupRestoreBase Class
BackupRestoreBase Members
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

BACKUP (Transact-SQL)
RESTORE (Transact-SQL)
Backup e ripristino di database in SQL Server