Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Defines the type of trace event.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("D9B6D3BB-7CFF-4142-8447-E099248E9938")> _
Public Enumeration TraceEventClass
'Uso
Dim instance As TraceEventClass
[GuidAttribute("D9B6D3BB-7CFF-4142-8447-E099248E9938")]
public enum TraceEventClass
[GuidAttribute(L"D9B6D3BB-7CFF-4142-8447-E099248E9938")]
public enum class TraceEventClass
[<GuidAttribute("D9B6D3BB-7CFF-4142-8447-E099248E9938")>]
type TraceEventClass
public enum TraceEventClass
Membros
| Nome do membro | Descrição | |||
|---|---|---|---|---|
| AuditAdminOperations | The type is AuditAdminOperations. | |||
| AuditLogin | Collects 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. | |||
| AuditLogout | Collects all new disconnect events since the trace was started, such as when a client issues a disconnect command. | |||
| AuditObjectPermission | Object permissions were changed. | |||
| AuditServerStartsAndStops | Service was shut down, started, or paused. | |||
| CalculateNonEmptyBegin | Calculation of non-empty for a query began. | |||
| CalculateNonEmptyCurrent | Calculation of non-empty for a query is currently running. | |||
| CalculateNonEmptyEnd | Calculation of non-empty for a query ended. | |||
| CalculationEvaluation | Calculation of results for a query. | |||
| CalculationEvaluationDetailedInformation | Calculation of detailed information results for a query. | |||
| CommandBegin | A command began. | |||
| CommandEnd | A command ended. | |||
| DAXQueryPlan | The DAX query plan. | |||
| Deadlock | Collection of lock-related events. | |||
| DirectQueryBegin | A DirectQuery operation began. | |||
| DirectQueryEnd | A DirectQuery operation ended. | |||
| DiscoverBegin | A discover request began. | |||
| DiscoverEnd | A discover request ended. | |||
| Error | The server experienced an error. | |||
| ExecuteMdxScriptBegin | MDX Script execution began. | |||
| ExecuteMdxScriptCurrent | MDX Script execution is currently running. | |||
| ExecuteMdxScriptEnd | MDX Script execution ended. | |||
| ExistingConnection | Collection of connection events. | |||
| ExistingSession | Collection of session events. | |||
| FileLoadBegin | The file loading began. | |||
| FileLoadEnd | The file loading ended. | |||
| FileSaveBegin | The file saving began. | |||
| FileSaveEnd | The file saving ended. | |||
| GetDataFromAggregation | An answer was generated with data from an aggregation.
|
|||
| GetDataFromCache | An answer was generated with data from one of the caches.
|
|||
| LockAcquired | The type is LockAcquired. | |||
| LockReleased | The type is LockReleased. | |||
| Locktimeout | A metadata lock timed out. | |||
| LockWaiting | The type is LockWaiting. | |||
| NotAvailable | Type not available. | |||
| Notification | Collection of notification events. | |||
| PageInBegin | The type is PageInBegin. | |||
| PageInEnd | The type is PageInEnd. | |||
| PageOutBegin | The type is PageOutBegin. | |||
| PageOutEnd | The type is PageOutEnd. | |||
| ProgressReportBegin | Progress report started. | |||
| ProgressReportCurrent | Progress report current. | |||
| ProgressReportEnd | Progress report end. | |||
| ProgressReportError | Progress report error. | |||
| QueryBegin | A query began. | |||
| QueryCubeBegin | Cube querying for a query began. | |||
| QueryCubeEnd | Cube querying for a query ended. | |||
| QueryDimension | A dimension was queried. | |||
| QueryEnd | A query ended. | |||
| QuerySubcube | A subcube was queried; useful for usage-based optimization. | |||
| QuerySubcubeVerbose | A subcube was queried; detailed information is traced.
|
|||
| ResourceUsage | The type is ResourceUsage. | |||
| SerializeResultsBegin | Serialization of results for a query began. | |||
| SerializeResultsCurrent | Serialization of results for a query is currently running. | |||
| SerializeResultsEnd | Serialization of results for a query ended. | |||
| ServerStateDiscoverBegin | The server state discovery started. | |||
| ServerStateDiscoverData | Contents of the server state discover response. | |||
| ServerStateDiscoverEnd | The server state discovery ended. | |||
| SessionInitialize | A session was initialized. | |||
| UserDefined | A collection of user-defined events. | |||
| VertiPaqSEQueryBegin | The type is VertiPaqSEQueryBegin. | |||
| VertiPaqSEQueryCacheMatch | The type is VertiPaqSEQueryBeginCacheMatch. | |||
| VertiPaqSEQueryEnd | The type is VertiPaqSEQueryEnd. |
Observação