Поделиться через


Свойство Settings.NumberOfLogFiles

Gets or sets the number of log files used by databases on the instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NumberOfLogFiles As Integer 
    Get 
    Set
'Применение
Dim instance As Settings 
Dim value As Integer 

value = instance.NumberOfLogFiles

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

Значение свойства

Тип: System.Int32
An Int32 value that specifies the number of log files.

Примеры

Настройка SQL Server в SMO

См. также

Справочник

Settings Класс

Пространство имен Microsoft.SqlServer.Management.Smo