Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the PageRestorePlanner class with specified database and tail log backup file.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub New ( _
database As Database, _
tailLogBackupFileName As String _
)
'Usage
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
)
Parameter
- database
Typ: Microsoft.SqlServer.Management.Smo.Database
The database.
- tailLogBackupFileName
Typ: System.String
Name of the tail log backup file.