Udostępnij za pośrednictwem


Właściwość LogFile.Growth

Pobiera lub ustawia przyrost rozmiaru pliku dziennika w KB lub procent.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Growth As Double
    Get
    Set
'Użycie
Dim instance As LogFile
Dim value As Double

value = instance.Growth

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

Wartość właściwości

Typ: System.Double
A Float64 wartość określająca przyrostu w KB lub procent.

Uwagi

Wartość zwracana jest w KB lub w procentach w zależności od LogFile obiektu GrowthType wartości właściwość.Na przykład jeśli GrowthType właściwość jest zestaw KB zwracana jest wartość w KB.