DatabaseLocationStartDatabaseNumber Property |
Gets and sets the start of the range of
Database numbers for this location.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public uint StartDatabaseNumber { get; set; }
Public Property StartDatabaseNumber As UInteger
Get
Set
public:
property unsigned int StartDatabaseNumber {
unsigned int get ();
void set (unsigned int value);
}
member StartDatabaseNumber : uint32 with get, set
Property Value
Type:
UInt32The first database number within the range of databases for this location
See Also