Event Data Write Action

Microsoft.SystemCenter.EventWriter (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
InputTypeMicrosoft.SystemCenter.Event.LinkedData
Commentstores events in OpsMgr DB

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.EventWriter" Comment="stores events in OpsMgr DB" Accessibility="Public" RunAs="Microsoft.SystemCenter.DatabaseWriteActionAccount" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.SystemCenter.EventWriter</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.DatabaseWriteModules.EventWriteModule</Type>
</Managed>
</ModuleImplementation>
<InputType>Microsoft.SystemCenter.Event.LinkedData</InputType>
</WriteActionModuleType>