メモリ単位を取得または設定します。
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property MaxSizeUnit As SqlMemoryUnit
'使用
Dim instance As ISql100ServerAudit
Dim value As SqlMemoryUnit
value = instance.MaxSizeUnit
instance.MaxSizeUnit = value
SqlMemoryUnit MaxSizeUnit { get; set; }
property SqlMemoryUnit MaxSizeUnit {
SqlMemoryUnit get ();
void set (SqlMemoryUnit value);
}
function get MaxSizeUnit () : SqlMemoryUnit
function set MaxSizeUnit (value : SqlMemoryUnit)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlMemoryUnit
SqlMemoryUnit 列挙値を返します。