Server.SessionTrace Property
Gets the SessionTrace object that is used to start and stop traces on the server.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<XmlIgnoreAttribute> _
Public ReadOnly Property SessionTrace As SessionTrace
[XmlIgnoreAttribute]
public SessionTrace SessionTrace { get; }
[XmlIgnoreAttribute]
public:
property SessionTrace^ SessionTrace {
SessionTrace^ get ();
}
/** @property */
public SessionTrace get_SessionTrace ()
public function get SessionTrace () : SessionTrace
Valor de propiedad
A SessionTrace.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Server Class
Server Members
Microsoft.AnalysisServices Namespace