Server.NumberOfLogFiles 属性

Gets or sets the NumberOfLogFiles property value.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NumberOfLogFiles As Integer 
    Get 
    Set
用法
Dim instance As Server 
Dim value As Integer 

value = instance.NumberOfLogFiles

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

属性值

类型:System.Int32
The NumberOfLogFiles property value.

实现

IServerSettings.NumberOfLogFiles

请参阅

参考

Server 类

Microsoft.SqlServer.Management.Smo 命名空间