LinuxCompletionCode View

The Reporting2.LinuxCompletionCode view describes the completion codes.

Column Name Data Type Nullable Description
Id smallint   The completion code id.
Value nvarchar(100)   The string value of the id.
Description nvarchar(256)   Provides a simple description of the value.

Content

You can run the following query to verify the contents of the Reporting.LinuxCompletionCode view.

SELECT [Id]

,[Value]

,[Description]

FROM [SecurityControls].[Reporting2].[LinuxCompletionCode]