DiscoveredDeviceCalculatedMember Table
Stores summary strings of DiscoveredDevice
details that are expensive to calculate on demand.
Note: To cater for multi-tenant mode, this table may contain data for
multiple tenants. Access requires that the database
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 |
---|---|
DeviceID
|
Type: integer. Key Device identity number. |
IsOracle
|
Type: boolean. Nullable Have we discovered Oracle on this machine? |
OracleListeners
|
Type: text (max 512 characters). Nullable A summary string representing any known Oracle Listeners, and the port they can be contacted on. |
OracleServices
|
Type: text (max 512 characters). Nullable A summary string representing any known Oracle Services. |
IsSQL
|
Type: boolean. Nullable Have we discovered SQL Server on this machine? |
IsVDI
|
Type: boolean. Nullable Is this machine a virtual desktop? |
IsVDIBroker
|
Type: boolean. Nullable Have we discovered a VDI broker on this machine? |