Compartir a través de


ISqlFile.FileGrowthUnit (Propiedad)

Obtiene o establece las unidades en las que se expresa la propiedad FileGrowth.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlFile Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)