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