Server.SessionTrace Property

 

Applies To: SQL Server 2016 Preview

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

[XmlIgnoreAttribute]
public SessionTrace SessionTrace { get; }
public:
[XmlIgnoreAttribute]
property SessionTrace^ SessionTrace {
    SessionTrace^ get();
}
[<XmlIgnoreAttribute>]
member SessionTrace : SessionTrace with get
<XmlIgnoreAttribute>
Public ReadOnly Property SessionTrace As SessionTrace

Property Value

Type: Microsoft.AnalysisServices.SessionTrace

The session trace of the server.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top