Propriedade ISqlFile.FileGrowth
Obtém ou define a quantidade pela qual o arquivo crescerá quando for necessário.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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>)
Valor de propriedade
Tipo: System.Nullable<Int32>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.