Aracılığıyla paylaş


Trace.AutoRestart Özelliği

Gets or sets whether a Trace object will automatically restart when the Microsoft SQL Server 2005 Analysis Services (SSAS) service stops and restarts.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Property AutoRestart As Boolean
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Boolean
doğru , Trace ne zaman otomatik olarak yeniden Analysis Services hizmet durdurur ve yeniden başlatır; Aksi takdirde, yanlış.