SqlTriggerContext.EventData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.