SqlTriggerContext::EventData Property

 

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

Namespace:   Microsoft.SqlServer.Server
Assembly:  System.Data (in System.Data.dll)

public:
property SqlXml^ EventData {
	SqlXml^ get();
}

Property Value

Type: System.Data.SqlTypes::SqlXml^

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

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

.NET Framework
Available since 2.0
Return to top
Show: