次の方法で共有


FileGrowthType 列挙体

FileGrowthType 列挙は、割合または 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 ファイル拡張は、指定された KB 単位で発生します。
Percent ファイル拡張は、存在するファイル サイズに対して、指定された割合で発生します。
None ファイルは、自動的に拡張されません。

説明

FileGrowthType 列挙クラスは、GrowthType プロパティおよび GrowthType プロパティによって処理されます。