Click or drag to resize

DatabaseLocationsLocateDb Method

Returns the DatabaseLocation for which a Database exists in.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public DatabaseLocation LocateDb(
	uint dbNum
)

Parameters

dbNum
Type: SystemUInt32
The Database number to lookup location for

Return Value

Type: DatabaseLocation
The looked up DatabaseLocation or null if the Database does not exist
See Also