DataFile.GrowthType プロパティ

データ ファイルのサイズ増分値の指定方法 (KB または % 単位) を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property GrowthType As FileGrowthType 
    Get 
    Set
'使用
Dim instance As DataFile 
Dim value As FileGrowthType 

value = instance.GrowthType

instance.GrowthType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public FileGrowthType GrowthType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property FileGrowthType GrowthType {
    FileGrowthType get ();
    void set (FileGrowthType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member GrowthType : FileGrowthType with get, set
function get GrowthType () : FileGrowthType 
function set GrowthType (value : FileGrowthType)

プロパティ値

型: Microsoft.SqlServer.Management.Smo.FileGrowthType
サイズ増分値の指定方法 (KB 単位または % 単位) を示す GrowthType オブジェクト値。

説明

GrowthType は、DataFile オブジェクトの Growth プロパティに影響します。

使用例

ファイルとファイル グループを使用したデータの格納

関連項目

参照

DataFile クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

ファイルとファイル グループのアーキテクチャ

CREATE DATABASE (Transact-SQL)