Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.