PlacementMaxPagesPerDatabase Property |
Gets/sets the limit on the number of pages per database.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ushort MaxPagesPerDatabase { get; set; }
Public Property MaxPagesPerDatabase As UShort
Get
Set
public:
property unsigned short MaxPagesPerDatabase {
unsigned short get ();
void set (unsigned short value);
}
member MaxPagesPerDatabase : uint16 with get, set
Property Value
Type:
UInt16See Also