Data Management Object Model Reference

EventHandler Members

EventHandler overview

Public Instance Constructors

EventHandler Constructor Constructor for EventHandler object. Initializes resources and member variables.

Public Instance Properties

CollectScriptOutputVariables Used to indicate if collec the output of the scripts variables.
Description Get/Sets the Event Description
DisableInteractiveDebug Used to disable interactive debug features like Debug.MsgBox. Interactive debug messages should be disabled when data management scripts are running unattended.
Document Get/Sets the MDD document associated with this event. This allows the event code to access the mdd document.
Engine Get/Sets the mrScriptBasic engine reference.
EventCode Event code to be executed by mrScript when the event is fired
FileName File name in which code resides
FirstLineNumber Line number at which code starts
LastLineNumber Line number at which code starts
Name Get/Sets the Event name
ScriptOutputVariables Script variables containing DMOM scriptable objects collection needed parse and execute scripts
ScriptVariables Script variables containing DMOM scriptable objects collection needed parse and execute scripts

Public Instance Methods

Action Executes event code
Equals Overridden Equals method.
GetHashCode Overridden GetHashCode method.
GetType (inherited from Object) 
ToString (inherited from Object) 

See Also

EventHandler Class | SPSSMR.Data.Transformations Namespace