다음을 통해 공유


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 네임스페이스