ScanType view
The Reporting2.ScanType view describes the scan type.
Column Name |
Data Type |
Nullable |
Description |
---|---|---|---|
Id |
smallint |
|
The scan type ID. |
Value |
nvarchar(100) |
|
The string value of the ID. |
Description |
nvarchar(256) |
X |
Provides a simple description of the value. |
Content
You can run the following query to verify the contents of the Reporting3.ScanType view.
Copy
SELECT [Id]
,[Value]
,[Description]
FROM [SecurityControls].[Reporting3].[ScanType]