FileGrowthType 枚举

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration FileGrowthType
用法
Dim instance As FileGrowthType
public enum FileGrowthType
public enum class FileGrowthType
type FileGrowthType
public enum FileGrowthType

成员

成员名称 说明
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

注释

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

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间