Trace.AutoRestart Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether a Trace object will automatically restart when the service stops and restarts.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(false)]
public bool AutoRestart { get; set; }
public:
[DefaultValueAttribute(false)]
property bool AutoRestart {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(false)>]
member AutoRestart : bool with get, set
<DefaultValueAttribute(False)>
Public Property AutoRestart As Boolean

Property Value

Type: System.Boolean

true if Trace object will automatically restart when the Analysis Services service stops and restarts; otherwise, false.

See Also

Trace Class
Microsoft.AnalysisServices Namespace

Return to top