DatabaseRestorePlanner Constructor (Server, String, DateTime, String)
Initializes a new instance of the DatabaseRestorePlanner class with specified server, database name, point in time and recovery file.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub New ( _
server As Server, _
databaseName As String, _
pointInTime As DateTime, _
tailLogBackupFile As String _
)
'Usage
Dim server As Server
Dim databaseName As String
Dim pointInTime As DateTime
Dim tailLogBackupFile As String
Dim instance As New DatabaseRestorePlanner(server, _
databaseName, pointInTime, tailLogBackupFile)
public DatabaseRestorePlanner(
Server server,
string databaseName,
DateTime pointInTime,
string tailLogBackupFile
)
public:
DatabaseRestorePlanner(
Server^ server,
String^ databaseName,
DateTime pointInTime,
String^ tailLogBackupFile
)
new :
server:Server *
databaseName:string *
pointInTime:DateTime *
tailLogBackupFile:string -> DatabaseRestorePlanner
public function DatabaseRestorePlanner(
server : Server,
databaseName : String,
pointInTime : DateTime,
tailLogBackupFile : String
)
Parameters
- server
Type: Microsoft.SqlServer.Management.Smo.Server
The server.
- databaseName
Type: System.String
Name of the database.
- pointInTime
Type: System.DateTime
The point in time to restore.
- tailLogBackupFile
Type: System.String
The tail log backup device item.