Growth プロパティ
データ ファイルのサイズ増分値を KB または % 単位で取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property Growth As Double
Get
Set
'使用
Dim instance As DataFile
Dim value As Double
value = instance.Growth
instance.Growth = value
[SfcPropertyAttribute]
public double Growth { get; set; }
[SfcPropertyAttribute]
public:
property double Growth {
double get ();
void set (double value);
}
[<SfcPropertyAttribute>]
member Growth : float with get, set
function get Growth () : double
function set Growth (value : double)
プロパティ値
型: System. . :: . .Double
サイズ増分値を KB または % 単位で示す Float64 値です。