ISqlFile.MaxSizeUnit プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property MaxSizeUnit As SqlMemoryUnit
'使用
Dim instance As ISqlFile
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