WindowsDetectedPatchState view
The Reporting3.DetectedPatchState view displays the state of a patch found on a machine.
|
Column Name |
Data Type |
Nullable |
Description |
|---|---|---|---|
|
Id |
int |
|
This is the unique identifier. |
|
AssessedMachineStateId |
int |
|
The assessed machine state ID. See AssessedMachineState view. |
|
PatchId |
int |
|
The patch ID. See WindowsPatch view. |
|
ProductId |
int |
|
The product ID. See WindowsProduct view. |
|
InstalledOn |
datetime |
X |
The date the patch was installed. |
|
InstallStateId |
int |
X |
The install state ID. See WindowsInstallState view. |