PlacementMaxPagesPerDatabase Property |
Gets/sets the limit on the number of pages per database.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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:
UInt16
See Also