Server.SessionTrace 속성
Gets the SessionTrace object that is used to start and stop traces on the server.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public ReadOnly Property SessionTrace As SessionTrace
Get
‘사용 방법
Dim instance As Server
Dim value As SessionTrace
value = instance.SessionTrace
public SessionTrace SessionTrace { get; }
public:
property SessionTrace^ SessionTrace {
SessionTrace^ get ();
}
member SessionTrace : SessionTrace
function get SessionTrace () : SessionTrace
속성 값
유형: Microsoft.AnalysisServices.SessionTrace
The session trace of the server.