Microsoft.AnalysisServices


TraceEventClass Enumeration

Defines the type of trace event.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax

VisualBasicDeclaration
<GuidAttribute("D9B6D3BB-7CFF-4142-8447-E099248E9938")> _
Public Enumeration TraceEventClass
CSharp
[GuidAttribute("D9B6D3BB-7CFF-4142-8447-E099248E9938")] 
public enum TraceEventClass
ManagedCPlusPlus
[GuidAttribute(L"D9B6D3BB-7CFF-4142-8447-E099248E9938")] 
public enum class TraceEventClass
JSharp
/** @attribute GuidAttribute("D9B6D3BB-7CFF-4142-8447-E099248E9938") */ 
public enum TraceEventClass
JScript
GuidAttribute("D9B6D3BB-7CFF-4142-8447-E099248E9938") 
public enum TraceEventClass
Members

Member nameDescription
AuditBackupRestoreServer was backed up or restored.
AuditLoginCollects all new connection events since the trace was started, such as when a client requests a connection to a server running an instance of SQL Server.
AuditLogoutCollects all new disconnect events since the trace was started, such as when a client issues a disconnect command.
AuditObjectPermissionObject permissions were changed.
AuditServerStartsAndStopsService was shut down, started, or paused.
CalculateNonEmptyBeginCalculation of non-empty for a query began.
CalculateNonEmptyCurrentCalculation of non-empty for a query is currently running.
CalculateNonEmptyEndCalculation of non-empty for a query ended.
CommandBeginA command began.
CommandEndA command ended.
DeadlockCollection of lock-related events.
DiscoverBeginA discover request began.
DiscoverEndA discover request ended.
ErrorThe server experienced an error.
ExecuteMdxScriptBeginMDX Script execution began.
ExecuteMdxScriptCurrentMDX Script execution is currently running.
ExecuteMdxScriptEndMDX Script execution ended.
ExistingConnectionCollection of connection events.
ExistingSessionCollection of session events.
GetDataFromAggregationAn answer was generated with data from an aggregation.
GetDataFromCacheAn answer was generated with data from one of the caches.
LocktimeoutA metadata lock timed out.
NotAvailableType not available.
NotificationCollection of notification events.
ProgressReportBeginProgress report started.
ProgressReportCurrentProgress report current.
ProgressReportEndProgress report end.
ProgressReportErrorProgress report error.
QueryBeginA query began.
QueryCubeBeginCube querying for a query began.
QueryCubeEndCube querying for a query ended.
QueryDimensionA dimension was queried.
QueryEndA query ended.
QuerySubcubeA subcube was queried; useful for usage-based optimization.
QuerySubcubeVerboseA subcube was queried; detailed information is traced.
SerializeResultsBeginSerialization of results for a query began.
SerializeResultsCurrentSerialization of results for a query is currently running.
SerializeResultsEndSerialization of results for a query ended.
ServerStateDiscoverBeginThe server state discovery started.
ServerStateDiscoverDataContents of the server state discover response.
ServerStateDiscoverEndThe server state discovery ended.
SessionInitializeA session was initialized.
UserDefinedA collection of user-defined events.
Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also

Tags :


Page view tracker