SoftwarePackageAppVGuid
Allows site-specific Mapping of Microsoft AppV Guids to Software Packages.
erDiagram
SoftwarePackage ||--o{ SoftwarePackageAppVGuid : "SoftwarePackageID"
Fields
| Field |
Type |
Description |
| AppVGuid |
guid |
Guid as defined in App-V |
| Created |
datetime |
Date/Time this entity was created |
| CreatedBy |
string |
User that created this entity |
| ID |
numeric |
Internal ID for the SoftwarePackageAppVGuid entity (Primary Key) |
| SoftwarePackageID |
numeric |
Internal ID that references the SoftwarePackage entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| SoftwarePackageID |
SoftwarePackage |
A software package defines a logical software entity. A software package can own 0 to n software signatures. |