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 vresion 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 |
ID |
bigint |
Internal ID for the MachineOfficeAddIn entity (Primary Key) |
InProcServer |
nvarchar |
Path to the COM server |
InProcServerDescription |
nvarchar |
Description from the InProcServer registration |
LoadBehavior |
int |
Add in load behavior, see Microsoft documentation |
MachineID |
bigint |
Internal ID that references the Machine entity (Foreign Key) |
Name |
nvarchar |
Name of the add-in |
ProductName |
nvarchar |
Product name form 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 the last write to the Registry key that registers the add-in |
RegistryPath |
nvarchar |
Registry path to the add-in registration |
SoftwarePublisherID |
bigint |
Internal ID that references the SoftwarePublisher entity (Foreign Key) |
ThreadingModel |
nvarchar |
Threading Model |