Share via


SDKEventParametersView

SDKEventParametersView is a SQL view that displays information about the parameters of a MOM event.

The following table describes the columns of this view.

Column SQL Server type Null values allowed? Description

EventGUID

uniqueidentifier

No

A GUID identifying the event to which the parameter data in each row belong.

ParameterName

nvarchar(255)

Yes

The name of the parameter.

ParameterPositionInteger

smallint

No

The position (index) of the parameter.

ParameterValueString

nvarchar(3500)

Yes

The value of the parameter. All values are expressed as strings, regardless of their original type.

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 | MSFT_ParameterEvent WMI Class