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 | |
---|---|---|
IsStarted | Infrastruttura. Gets whether the initiation status of an ITrace object is started. | |
Parent | Infrastruttura. Gets the parent server of a trace. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Start | Infrastruttura. Starts an ITrace. | |
Stop | Infrastruttura. Stops an ITrace. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
OnEvent | Infrastruttura. Assigns a certain trace event handler to an event associated with an ITrace object. | |
Stopped | Infrastruttura. Indicates that an ITrace has stopped. |
In alto