Click or drag to resize

DatabaseLocation.CompressPages Property

Gets page compression info

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public PageInfo.compressionKind CompressPages { get; set; }

Return Value

Type: PageInfo.compressionKind
true if the databases in this location uses compression; otherwise, false.
See Also