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
- 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.