다음을 통해 공유


Server.DefaultLog 속성

Gets or sets the default log of the server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DefaultLog As String 
    Get 
    Set
‘사용 방법
Dim instance As Server 
Dim value As String 

value = instance.DefaultLog

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

속성 값

유형: System.String
The default log of the server.

구현

IServerSettings.DefaultLog

참고 항목

참조

Server 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스