Click or drag to resize

DatabaseLocationsLocationForDb Method

Returns the DatabaseLocation for which a Database belongs to.

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

Parameters

dbNum
Type: SystemUInt32
The Database number to lookup location for

Return Value

Type: DatabaseLocation
The looked up DatabaseLocation
See Also