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 命名空间