다음을 통해 공유


AutoRestart 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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 will automatically restart when the Analysis Services service stops and restarts; otherwise, false.