SqlTriggerContext.EventData Property

Definition

Gets the event data specific to the action that fired the trigger.

public:
 property System::Data::SqlTypes::SqlXml ^ EventData { System::Data::SqlTypes::SqlXml ^ get(); };
public System.Data.SqlTypes.SqlXml EventData { get; }
member this.EventData : System.Data.SqlTypes.SqlXml
Public ReadOnly Property EventData As SqlXml

Property Value

The event data specific to the action that fired the trigger as a SqlXml if more information is available; null otherwise.

Remarks

This information is available for data definition language (DDL) triggers. No information is available through this property for data manipulation language (DML) triggers.

Applies to