SCRM 2006 SCRS_AddRemoveProgram_DIMENSION_View
SCRS_AddRemoveProgram_DIMENSION_View lists the programs that are registered with the uninstall program feature.
SCRS_AddRemoveProgram_DIMENSION_View
| Column | Type | Constraint | Description |
|---|---|---|---|
| ARPKey | int | Not Null | Key that uniquely identifies a given Add Remove Program (ARP) registry entry. |
| ARPLineageKey | int | Not Null | Key that references the DTS lineage of the package that first detected that this ARP registry entry had been inserted into the SMS site database. |
| ARPProductId | nvarchar | Not Null | Unique identifier of the product. |
| ARPPublisher | nvarchar | Null values allowed | Name of the manufacturer for the product. |
| ARPDisplayName | nvarchar | Null values allowed | Product display name. |
| ARPVersion | nvarchar | Null values allowed | Version of the product. |
| ARPUserDisplayName | nvarchar | Not Null | Modified display name after user-defined rules have been applied. |
| ARPUserVersion | nvarchar | Not Null | Modified version after user-defined rules have been applied. |
| ARPUserPublisher | nvarchar | Not Null | Modified publisher name after user-defined rules have been applied. |