Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Models the memory units for use in SQL Server models.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlMemoryUnit
public enum SqlMemoryUnit
public enum class SqlMemoryUnit
type SqlMemoryUnit
public enum SqlMemoryUnit
Members
Member name | Description | |
---|---|---|
Unspecified | Indicates that the memory units were unspecified. | |
Percent | Indicates that memory units are expressed as a percentage. | |
Bytes | Specifies that memory units are expressed in bytes. | |
KB | Specifies that memory units are expressed in kilobytes. | |
MB | Specifies that memory units are expressed in megabytes. | |
GB | Specifies that memory units are expressed in gigabytes. | |
TB | Specifies that memory units are expressed in terabytes. | |
PB | Specifies that memory units are expressed in petabytes. | |
EB | Specifies that memory units are expressed in exabytes. |