DatabaseLocation Constructor (String, String, UInt32, UInt32, SessionBase) |
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public DatabaseLocation(
string inHost,
string dir,
uint dbStartNum,
uint dbEndNum,
SessionBase session
)
Public Sub New (
inHost As String,
dir As String,
dbStartNum As UInteger,
dbEndNum As UInteger,
session As SessionBase
)
public:
DatabaseLocation(
String^ inHost,
String^ dir,
unsigned int dbStartNum,
unsigned int dbEndNum,
SessionBase^ session
)
new :
inHost : string *
dir : string *
dbStartNum : uint32 *
dbEndNum : uint32 *
session : SessionBase -> DatabaseLocation
Parameters
- inHost
- Type: SystemString
Hostname of the computer with the DatabaseLocation directory. - dir
- Type: SystemString
The full path of the directory - dbStartNum
- Type: SystemUInt32
The first Database Id number for this location - dbEndNum
- Type: SystemUInt32
The last Database Id number for this location. - session
- Type: VelocityDb.SessionSessionBase
The active session used for creating the location.
See Also