ISqlFile.FileGrowthUnit プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property FileGrowthUnit As SqlMemoryUnit
'使用
Dim instance As ISqlFile
Dim value As SqlMemoryUnit
value = instance.FileGrowthUnit
instance.FileGrowthUnit = value
SqlMemoryUnit FileGrowthUnit { get; set; }
property SqlMemoryUnit FileGrowthUnit {
SqlMemoryUnit get ();
void set (SqlMemoryUnit value);
}
function get FileGrowthUnit () : SqlMemoryUnit
function set FileGrowthUnit (value : SqlMemoryUnit)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlMemoryUnit