Freigeben über


ITrace-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Interface ITrace
'Usage
Dim instance As ITrace
public interface ITrace
public interface class ITrace
type ITrace =  interface end
public interface ITrace

Der ITrace-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft IsStarted Infrastruktur Gets whether the initiation status of an ITrace object is started.
Öffentliche Eigenschaft Parent Infrastruktur Gets the parent server of a trace.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Start Infrastruktur Starts an ITrace.
Öffentliche Methode Stop Infrastruktur Stops an ITrace.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis OnEvent Infrastruktur Assigns a certain trace event handler to an event associated with an ITrace object.
Öffentliches Ereignis Stopped Infrastruktur Indicates that an ITrace has stopped.

Zum Anfang

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace