次の方法で共有


GrowthType プロパティ

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

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

構文

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

value = instance.GrowthType

instance.GrowthType = value
[SfcPropertyAttribute]
public FileGrowthType GrowthType { get; set; }
[SfcPropertyAttribute]
public:
property FileGrowthType GrowthType {
    FileGrowthType get ();
    void set (FileGrowthType value);
}
[<SfcPropertyAttribute>]
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 プロパティに影響します。