Свойство Trace.AutoRestart

Gets or sets a value that indicates whether a Trace object will automatically restart when the Microsoft Службы SQL Server 2005 Analysis Services (SSAS) service stops and restarts.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property AutoRestart As Boolean 
    Get 
    Set
'Применение
Dim instance As Trace 
Dim value As Boolean 

value = instance.AutoRestart

instance.AutoRestart = value
public bool AutoRestart { get; set; }
public:
property bool AutoRestart {
    bool get ();
    void set (bool value);
}
member AutoRestart : bool with get, set
function get AutoRestart () : boolean 
function set AutoRestart (value : boolean)

Значение свойства

Тип: System.Boolean
true if Trace object will automatically restart when the Службы Analysis Services service stops and restarts; otherwise, false.

См. также

Справочник

Trace Класс

Пространство имен Microsoft.AnalysisServices