SessionBaseRestoreFrom Method (String, String, UInt32, DateTime) |
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual void RestoreFrom(
string host,
string path,
uint backupDbNum,
DateTime upToTime
)
Public Overridable Sub RestoreFrom (
host As String,
path As String,
backupDbNum As UInteger,
upToTime As DateTime
)
public:
virtual void RestoreFrom(
String^ host,
String^ path,
unsigned int backupDbNum,
DateTime upToTime
)
abstract RestoreFrom :
host : string *
path : string *
backupDbNum : uint32 *
upToTime : DateTime -> unit
override RestoreFrom :
host : string *
path : string *
backupDbNum : uint32 *
upToTime : DateTime -> unit
Parameters
- host
- Type: SystemString
Host name of backup - path
- Type: SystemString
Directory path to backup - backupDbNum
- Type: SystemUInt32
Initial database number used by backup DatabaseLocation - upToTime
- Type: SystemDateTime
Restore data up to this time
See Also