Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.83 KB

modulecomponents-table.md

File metadata and controls

61 lines (34 loc) · 1.83 KB
description ms.assetid title ms.topic ms.date
The ModuleComponents table contains a list of the components found in the merge module.
def96d52-c9fa-4fac-b575-f9de8eb82d1c
ModuleComponents Table
article
05/31/2018

ModuleComponents Table

The ModuleComponents table contains a list of the components found in the merge module.

The ModuleComponents table has the following columns.

Column Type Key Nullable
Component Identifier Y N
ModuleID Identifier Y N
Language Integer Y N

 

Columns

Component

An identifier referring to a component in the merge module. The Component column is a foreign key to the Component table. The entry in the Component column must follow the naming convention in Naming Primary Keys in Merge Module Databases.

ModuleID

The identifier for the merge module. This is a foreign key to the ModuleSignature table.

Language

The Language identifier describes the default language for the merge module. The language identifier is in decimal format, for example, U.S. English is 1033. Foreign key to the ModuleSignature table.

Remarks

Language transforms must be able to update this table if the merge module supports multiple languages.