Construtor BackupRestoreBase
Initializes a new instance of the BackupRestoreBase class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public Sub New
'Uso
Dim instance As New BackupRestoreBase()
public BackupRestoreBase()
public:
BackupRestoreBase()
new : unit -> BackupRestoreBase
public function BackupRestoreBase()
Comentários
When a Backup object or Restore object is initialized, the BackupRestoreBase class is inherited, and therefore it is not necessary to initialize it.
Consulte também