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.