共用方式為


IServerSettings.DefaultLog 屬性

Gets or sets the DefaultLog property for a String.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayDescriptionKeyAttribute("Server_DefaultLogDesc")> _
<DisplayNameKeyAttribute("Server_DefaultLogName")> _
Property DefaultLog As String 
    Get 
    Set
'用途
Dim instance As IServerSettings 
Dim value As String 

value = instance.DefaultLog

instance.DefaultLog = value
[DisplayDescriptionKeyAttribute("Server_DefaultLogDesc")]
[DisplayNameKeyAttribute("Server_DefaultLogName")]
string DefaultLog { get; set; }
[DisplayDescriptionKeyAttribute(L"Server_DefaultLogDesc")]
[DisplayNameKeyAttribute(L"Server_DefaultLogName")]
property String^ DefaultLog {
    String^ get ();
    void set (String^ value);
}
[<DisplayDescriptionKeyAttribute("Server_DefaultLogDesc")>]
[<DisplayNameKeyAttribute("Server_DefaultLogName")>]
abstract DefaultLog : string with get, set
function get DefaultLog () : String 
function set DefaultLog (value : String)

屬性值

型別:System.String
The DefaultLog property for a String.

請參閱

參考

IServerSettings 介面

Microsoft.SqlServer.Management.Smo 命名空間