BackupRestoreBase 建構
Initializes a new instance of the BackupRestoreBase class.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Sub New
'用途
Dim instance As New BackupRestoreBase()
public BackupRestoreBase()
public:
BackupRestoreBase()
new : unit -> BackupRestoreBase
public function BackupRestoreBase()
備註
When a Backup object or Restore object is initialized, the BackupRestoreBase class is inherited, and therefore it is not necessary to initialize it.