Compartir a través de


Interfaz ITrace

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Provides a mechanism to store event logs which can be later viewed or replayed.

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

Sintaxis

'Declaración
Public Interface ITrace
'Uso
Dim instance As ITrace
public interface ITrace
public interface class ITrace
type ITrace =  interface end
public interface ITrace

El tipo ITrace expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública IsStarted Infraestructura. Gets whether the initiation status of an ITrace object is started.
Propiedad pública Parent Infraestructura. Gets the parent server of a trace.

Arriba

Métodos

  Nombre Descripción
Método público Start Infraestructura. Starts an ITrace.
Método público Stop Infraestructura. Stops an ITrace.

Arriba

Eventos

  Nombre Descripción
Evento público OnEvent Infraestructura. Assigns a certain trace event handler to an event associated with an ITrace object.
Evento público Stopped Infraestructura. Indicates that an ITrace has stopped.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices