Classe BackupRestoreBase

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Class BackupRestoreBase
'Utilisation
Dim instance As BackupRestoreBase
public class BackupRestoreBase
public ref class BackupRestoreBase
type BackupRestoreBase =  class end
public class BackupRestoreBase

Notes

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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.