Proprietà ISqlFile.FileGrowth
Ottiene o imposta la quantità di crescita del file se necessario.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Property FileGrowth As Nullable(Of Integer)
Get
Set
Nullable<int> FileGrowth { get; set; }
property Nullable<int> FileGrowth {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract FileGrowth : Nullable<int> with get, set
function get FileGrowth () : Nullable<int>
function set FileGrowth (value : Nullable<int>)
Valore proprietà
Tipo: System.Nullable<Int32>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.