BackupRestoreBase 類別
The BackupRestoreBase class is a base class that represents functionality that is common to both backup and restore operations.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Class BackupRestoreBase
'用途
Dim instance As BackupRestoreBase
public class BackupRestoreBase
public ref class BackupRestoreBase
type BackupRestoreBase = class end
public class BackupRestoreBase
備註
The BackupRestoreBase class is used in the construction of the Restore class and the Backup class, and contains functionality that is common.
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..BackupRestoreBase
Microsoft.SqlServer.Management.Smo. . :: . .Backup
Microsoft.SqlServer.Management.Smo. . :: . .Restore
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。