Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 1.89 KB

File metadata and controls

67 lines (56 loc) · 1.89 KB
title Event Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Event Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
EVENT
helpviewer_keywords
Event element
ms.assetid c7911bcd-e601-4a96-a6d8-20b7c7375ff2
caps.latest.revision 37
author Minewiskan
ms.author owend
manager erikre

Event Element (ASSL)

Defines an Event to be captured as part of a Trace element.

Syntax

  
<Events>  
   <Event>  
      <EventID>...</EventID>  
      <Columns>...</Columns>  
   </Event>  
</Events>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 1-n: Required element that can occur more than once.

Element Relationships

Relationship Element
Parent elements Events
Child elements Columns, EventID

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.TraceEvent.

See Also

Trace Element (ASSL)
Objects (ASSL)