Partager via


ISqlFile.FileGrowthUnit, propriété

Obtient ou définit les unités dans lesquelles la propriété FileGrowth est exprimée.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISqlFile Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms