BackupRestoreBase Constructor
Initializes a new instance of the BackupRestoreBase class.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Sub New
'Uso
Dim instance As New BackupRestoreBase()
public BackupRestoreBase()
public:
BackupRestoreBase()
new : unit -> BackupRestoreBase
public function BackupRestoreBase()
Comentarios
When a Backup object or Restore object is initialized, the BackupRestoreBase class is inherited, and therefore it is not necessary to initialize it.
Vea también