Partager via


Interface ITrace

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Interface ITrace
'Utilisation
Dim instance As ITrace
public interface ITrace
public interface class ITrace
type ITrace =  interface end
public interface ITrace

Le type ITrace expose les membres suivants.

Propriétés

  Nom Description
Propriété publique IsStarted Infrastructure. Gets whether the initiation status of an ITrace object is started.
Propriété publique Parent Infrastructure. Gets the parent server of a trace.

Haut de la page

Méthodes

  Nom Description
Méthode publique Start Infrastructure. Starts an ITrace.
Méthode publique Stop Infrastructure. Stops an ITrace.

Haut de la page

Événements

  Nom Description
Événement public OnEvent Infrastructure. Assigns a certain trace event handler to an event associated with an ITrace object.
Événement public Stopped Infrastructure. Indicates that an ITrace has stopped.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices