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 | |
---|---|---|
IsStarted | Infraestructura. Gets whether the initiation status of an ITrace object is started. | |
Parent | Infraestructura. Gets the parent server of a trace. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Start | Infraestructura. Starts an ITrace. | |
Stop | Infraestructura. Stops an ITrace. |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
OnEvent | Infraestructura. Assigns a certain trace event handler to an event associated with an ITrace object. | |
Stopped | Infraestructura. Indicates that an ITrace has stopped. |
Arriba