Classe BackupRestoreBase
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.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public Class BackupRestoreBase
'Uso
Dim instance As BackupRestoreBase
public class BackupRestoreBase
public ref class BackupRestoreBase
type BackupRestoreBase = class end
public class BackupRestoreBase
Comentários
The BackupRestoreBase class is used in the construction of the Restore class and the Backup class, and contains functionality that is common.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..BackupRestoreBase
Microsoft.SqlServer.Management.Smo. . :: . .Backup
Microsoft.SqlServer.Management.Smo. . :: . .Restore
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também