ServerAdapterBase.DefaultLog Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the value of the referenced property.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public string DefaultLog { get; }
public:
property String^ DefaultLog {
    virtual String^ get() sealed;
}
abstract DefaultLog : string with get
override DefaultLog : string with get
Public ReadOnly Property DefaultLog As String

Property Value

Type: System.String

A String value that contains the value of the referenced property option.

See Also

ServerAdapterBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top