Compartir a través de


Server.SessionTrace Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property SessionTrace As SessionTrace 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.AnalysisServices