Data Warehouse relationship instance change writer

Microsoft.SystemCenter.DataWarehouse.Synchronization.RelationshipChangeWriter (WriteActionModuleType)

Writes information about new, updated or deleted relationship to the Data Warehouse

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DataWarehouse.ActionAccount
InputTypeMicrosoft.SystemCenter.RelationshipChangeData

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.DataWarehouse.Synchronization.RelationshipChangeWriter" Accessibility="Internal" RunAs="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.ActionAccount">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="ManagementGroupId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="SynchronizationProcessId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="SqlAuthentication" type="SqlAuthenticationType" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse.RelationshipWriterModule</Type>
</Managed>
</ModuleImplementation>
<InputType>Microsoft.SystemCenter.RelationshipChangeData</InputType>
</WriteActionModuleType>