MaxSizeCapability Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum size limits for a database.
public class MaxSizeCapability
type MaxSizeCapability = class
Public Class MaxSizeCapability
- Inheritance
-
MaxSizeCapability
Constructors
MaxSizeCapability() |
Initializes a new instance of the MaxSizeCapability class. |
MaxSizeCapability(Int64, Nullable<MaxSizeUnits>, Nullable<CapabilityStatus>) |
Initializes a new instance of the MaxSizeCapability class. |
Properties
Limit |
Gets the maximum size of the database (see 'unit' for the units). |
Status |
Gets the status of the maximum size capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled' |
Unit |
Gets the units that the limit is expressed in. Possible values include: 'Megabytes', 'Gigabytes', 'Terabytes', 'Petabytes' |