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 オブジェクト値。