다음을 통해 공유


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 네임스페이스