Bagikan melalui


Server.SessionTrace Property

Gets the SessionTrace object that is used to start and stop traces on the server.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public ReadOnly Property SessionTrace As SessionTrace 
    Get
'Usage
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

Property Value

Type: Microsoft.AnalysisServices.SessionTrace
The session trace of the server.

See Also

Reference

Server Class

Microsoft.AnalysisServices Namespace