SourceType view
The Reporting3.SourceType view defines source types.
Column Name |
Data Type |
Nullable |
Description |
---|---|---|---|
Id |
smallint |
|
The source type ID. |
Value |
nvarchar(100) |
|
The string value of the ID. |
Description |
nvarchar(512) |
X |
Provides a simple description of the value. |
Content
You can run the following query to verify the contents of the Reporting3.SourceType view.
Copy
SELECT [Id]
,[Value]
,[Description]
FROM [SecurityControls].[Reporting3].[SourceType]
Id |
Value |
Description |
---|---|---|
0 |
Unknown |
Invalid or unknown source. |
1 |
Interactive User |
|
2 |
Agent |
|
3 |
API |
|