SqlMemoryUnit 列挙体
メモリの単位を指定します。
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Public Enumeration SqlMemoryUnit
'使用
Dim instance As SqlMemoryUnit
public enum SqlMemoryUnit
public enum class SqlMemoryUnit
public enum SqlMemoryUnit
メンバ
メンバ名 | 説明 | |
---|---|---|
Unspecified | 単位は Unspecified です。 | |
Percent | 単位は Percent です。 | |
Bytes | 単位は Bytes です。 | |
KB | 単位は KB です。 | |
MB | 単位は MB です。 | |
GB | 単位は GB です。 | |
TB | 単位は TB です。 | |
PB | 単位は PB です。 | |
EB | 単位は EB です。 |