| Application |
nvarchar |
Application that this add-in is registered to |
| Bits |
int |
Whether the add-in component is registered to the 32- or 64-bit version of the application |
| ClsId |
nvarchar |
COM CLSID of the add-in |
| CommandLineSafe |
int |
See Microsoft documentation |
| CompanyName |
nvarchar |
Company name from the resource of the registered COM server binary |
| Description |
nvarchar |
Description of the add-in |
| DisplayVersion |
nvarchar |
Display version of the add-in |
| FileDescription |
nvarchar |
File description from the resource of the registered COM server binary |
| FileVersion |
nvarchar |
File version from the resource of the registered COM server binary |
| FriendlyName |
nvarchar |
Friendlier name of the add-in if provided |
| ID |
bigint |
Internal ID for the MachineUserOfficeAddIn entity (Primary Key) |
| InProcServer |
nvarchar |
Path to the COMĀ server |
| InProcServerDescription |
nvarchar |
Description of the InProcServer registration |
| LoadBehavior |
int |
Add-in load behaviour, see Microsoft documentation |
| MachineUserID |
bigint |
Internal ID that references the MachineUser entity (Foreign Key) |
| Name |
nvarchar |
Name of the add-in |
| ProductName |
nvarchar |
Product name from the resource of the registered COM server binary |
| ProductVersion |
nvarchar |
Product version from the resource of the registered COM server binary |
| ProgId |
nvarchar |
COM ProgramID of the add-in |
| RawSoftwarePublisher |
nvarchar |
Software publisher as scanned from the resource of the registered COM server binary |
| RegistryKeyLastWriteTime |
datetime2 |
Date/Time of last write to the Registry key that registers the add-in |
| RegistryPath |
nvarchar |
Registry path of the add-in registration |
| SoftwarePublisherID |
bigint |
Internal ID that references the SoftwarePublisher entity (Foreign Key) |
| ThreadingModel |
nvarchar |
Threading Model |