ImportedRemoteApplication Table
This ImportedRemoteApplication table stores all the published applications from Citrix XenApp/App-V Management Server.
TenantID has been set in the SQL Server
        connection context information. That setting filters an underlying table to produce this
        view of data for the single, selected tenant.| Database Column | Details | 
|---|---|
| FarmName | Type: text (max 256 characters). Nullable The farm from which the application belongs to. | 
| AppID | Type: text (max 256 characters). Key. Nullable The unique identifier for XenApp applications. | 
| AppName | Type: text (max 256 characters). Nullable The application name available in XenApp. | 
| AppFileName | Type: text (max 256 characters). Key. Nullable The application executable name. | 
| AppFileVersion | Type: text (max 256 characters). Key. Nullable The application executable version. | 
| AppFilePublisher | Type: text (max 256 characters). Key. Nullable The application publisher. | 
| AppFileDescription | Type: text (max 256 characters). Key. Nullable The application description. | 
| IsStreamingProfile | Type: boolean. Nullable Whether the application is a streaming profile. | 
| AccessModeID | Type: integer. Key The access mode of the virtual application. |