Click or drag to resize

DatabaseLocationsLocationForDb Method

Returns the DatabaseLocation for which a Database belongs to.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.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