Share via


SDKComputerAttributesView

SDKComputerAttributesView represents all computer attributes collected from the Windows registry and other supported attribute sources.

The following table describes the columns of this view.

Column SQL Server type Null values allowed? Description

ComputerName

nvarchar(255)

No

The name of the computer to which the attribute belongs.

TimeCollected

datetime

No

The time the attribute value was collected.

AttributeName

nvarchar(255)

No

The name of the attribute.

Description

nvarchar(255)

Yes

The description for the attribute.

IsEnabled

bit

No

The flag indicating whether the attribute is enabled.

Value

nvarchar(255)

No

The value of the attribute.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2000 SP1 or later

Database: OnePoint (MOM 2000 SP1 or later) or SystemCenterReporting (MOM 2004 or later)

See Also

MOM SQL Views