BackupRestoreBase Constructor
Initializes a new instance of the BackupRestoreBase class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New BackupRestoreBase()
public BackupRestoreBase()
public:
BackupRestoreBase()
new : unit -> BackupRestoreBase
public function BackupRestoreBase()
Remarks
When a Backup object or Restore object is initialized, the BackupRestoreBase class is inherited, and therefore it is not necessary to initialize it.
Examples
Backing Up and Restoring Databases and Transaction Logs
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace