Partilhar via


Propriedade ISqlFile.FileGrowthUnit

Obtém ou define as unidades em que o FileGrowth propriedade é expresso.

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

Sintaxe

'Declaração
Property FileGrowthUnit As SqlMemoryUnit
    Get
    Set
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISqlFile Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel