Поделиться через


Свойство 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