Interfaccia ITrace

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Interface ITrace
'Utilizzo
Dim instance As ITrace
public interface ITrace
public interface class ITrace
type ITrace =  interface end
public interface ITrace

Nel tipo ITrace sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica IsStarted Infrastruttura. Gets whether the initiation status of an ITrace object is started.
Proprietà pubblica Parent Infrastruttura. Gets the parent server of a trace.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Start Infrastruttura. Starts an ITrace.
Metodo pubblico Stop Infrastruttura. Stops an ITrace.

In alto

Eventi

  Nome Descrizione
Evento pubblico OnEvent Infrastruttura. Assigns a certain trace event handler to an event associated with an ITrace object.
Evento pubblico Stopped Infrastruttura. Indicates that an ITrace has stopped.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices