VMMConnector.Sync (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
InputTypeSystem.BaseData
CommentConfig for sync

Source Code:

<WriteActionModuleType ID="VMMConnector.Sync" Comment="Config for sync" RunAs="SCLibrary!Microsoft.SystemCenter.DatabaseWriteActionAccount" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>VMMConnectorConfigurationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="ConfigData" type="VMMConnectorConfig" minOccurs="1" maxOccurs="1"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.EnterpriseManagement.ServiceManager.VMMConnector</Assembly>
<Type>
Microsoft.EnterpriseManagement.ServiceManager.Connectors.VMM.SyncSubscription
</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>