PageRestorePlanner 构造函数 (Database, String)
Initializes a new instance of the PageRestorePlanner class with specified database and tail log backup file.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public Sub New ( _
database As Database, _
tailLogBackupFileName As String _
)
用法
Dim database As Database
Dim tailLogBackupFileName As String
Dim instance As New PageRestorePlanner(database, _
tailLogBackupFileName)
public PageRestorePlanner(
Database database,
string tailLogBackupFileName
)
public:
PageRestorePlanner(
Database^ database,
String^ tailLogBackupFileName
)
new :
database:Database *
tailLogBackupFileName:string -> PageRestorePlanner
public function PageRestorePlanner(
database : Database,
tailLogBackupFileName : String
)
参数
- database
类型:Microsoft.SqlServer.Management.Smo.Database
The database.
- tailLogBackupFileName
类型:System.String
Name of the tail log backup file.