Interface ITrace
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Provides a mechanism to store event logs which can be later viewed or replayed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Interface ITrace
'Uso
Dim instance As ITrace
public interface ITrace
public interface class ITrace
type ITrace = interface end
public interface ITrace
O tipo ITrace expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
IsStarted | Infraestrutura. Gets whether the initiation status of an ITrace object is started. | |
Parent | Infraestrutura. Gets the parent server of a trace. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Start | Infraestrutura. Starts an ITrace. | |
Stop | Infraestrutura. Stops an ITrace. |
Início
Eventos
Nome | Descrição | |
---|---|---|
OnEvent | Infraestrutura. Assigns a certain trace event handler to an event associated with an ITrace object. | |
Stopped | Infraestrutura. Indicates that an ITrace has stopped. |
Início