internal SqlTriggerContext(Microsoft.SqlServer.Server.TriggerAction triggerAction, bool[] columnsUpdated, SqlXml eventInstanceData)
 {
     this._triggerAction     = triggerAction;
     this._columnsUpdated    = columnsUpdated;
     this._eventInstanceData = eventInstanceData;
 }
 internal SqlTriggerContext(Microsoft.SqlServer.Server.TriggerAction triggerAction, bool[] columnsUpdated, SqlXml eventInstanceData)
 {
     this._triggerAction = triggerAction;
     this._columnsUpdated = columnsUpdated;
     this._eventInstanceData = eventInstanceData;
 }