ISqlFile.FileGrowthUnit Property

Gets or sets the units in which the FileGrowth property is expressed.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property FileGrowthUnit As SqlMemoryUnit
SqlMemoryUnit FileGrowthUnit { get; set; }
property SqlMemoryUnit FileGrowthUnit {
    SqlMemoryUnit get ();
    void set (SqlMemoryUnit value);
}
abstract FileGrowthUnit : SqlMemoryUnit with get, set
function get FileGrowthUnit () : SqlMemoryUnit
function set FileGrowthUnit (value : SqlMemoryUnit)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlMemoryUnit

.NET Framework Security

See Also

Reference

ISqlFile Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace