Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the unit of memory.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlMemoryUnit
'Usage
Dim instance As SqlMemoryUnit
public enum SqlMemoryUnit
public enum class SqlMemoryUnit
public enum SqlMemoryUnit
Members
| Member name | Description | |
|---|---|---|
| Unspecified | Unit is Unspecified | |
| Percent | Unit is Percent | |
| Bytes | Unit is Bytes | |
| KB | Unit is KB | |
| MB | Unit is MB | |
| GB | Unit is GB | |
| TB | Unit is TB | |
| PB | Unit is PB | |
| EB | Unit is EB |