Microsoft.EnterpriseManagement.SystemCenter.Subscription.SqlWriteAction.Internal (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
InputTypeSystem.BaseData
Commentstores performance into the OpsMgr DB

Source Code:

<WriteActionModuleType ID="Microsoft.EnterpriseManagement.SystemCenter.Subscription.SqlWriteAction.Internal" RunAs="SCLibrary!Microsoft.SystemCenter.DatabaseWriteActionAccount" Comment="stores performance into the OpsMgr DB" Accessibility="Internal" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.EnterpriseManagement.SystemCenter.SubscriptionType</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Subscription" type="SubscriptionType" minOccurs="1" maxOccurs="1"/>
<xsd:element name="RuleId" minOccurs="1" maxOccurs="1" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.SystemCenter.Subscription.SqlWriteAction.Internal</Assembly>
<Type>Microsoft.EnterpriseManagement.SystemCenter.Subscription.WriteAction.QueueWorkflow</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>