Architecture view

The Reporting3.Architecture view describes the architecture types.

Column Name

Data Type

Nullable

Description

Id

smallint

 

The architecture 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.Architecture view.

Copy
SELECT [Id]
,[Value]
,[Description]
FROM [SecurityControls].[Reporting3].[Architecture]

Id

Value

Description

0

Unknown

The type is unknown.

1

Any

Any architecture.

2

X86

This is an X86 - 32 bit architecture.

3

X64

This is an X86 - 64 bit architecture.

4

PowerPC

This is a PowerPC architecture.

5

Sparc

This is a Sparc architecture.

6

IA64

This is an Intel Itanium architecture.