BackupRestoreBase Class

The BackupRestoreBase class is a base class that represents functionality that is common to both backup and restore operations.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Class BackupRestoreBase
public class BackupRestoreBase
public ref class BackupRestoreBase
public class BackupRestoreBase
public class BackupRestoreBase

Hinweise

The BackupRestoreBase class is used in the construction of the Restore class and the Backup class, and contains functionality that is common.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.BackupRestoreBase
     Microsoft.SqlServer.Management.Smo.Backup
     Microsoft.SqlServer.Management.Smo.Restore

Beispiel

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

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

BackupRestoreBase Members
Microsoft.SqlServer.Management.Smo Namespace

Andere Ressourcen

BACKUP (Transact-SQL)
RESTORE (Transact-SQL)
Sichern und Wiederherstellen von Datenbanken in SQL Server