Enumeração FileGrowthType

The FileGrowthType enumeration is a list of constant values that specify whether file growth is determined by percentage amount or by KB.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Public Enumeration FileGrowthType
'Uso
Dim instance As FileGrowthType
public enum FileGrowthType
public enum class FileGrowthType
type FileGrowthType
public enum FileGrowthType

Membros

Nome do membro Descrição
KB File growth occurs in the specified number of KB.
None The file will not grow automatically.
Percent File growth occurs as an amount that is a specified percentage of the existing file size

Comentários

The FileGrowthType enumeration class is served by the GrowthType property and the GrowthType property.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo