Compartir a través de


MSFT_ServerEventDetail class

Represents the detailed information of an event in a particular log generated by a specific source.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("mgmtprovider"), AMENDMENT]
class MSFT_ServerEventDetail
{
  uint32 Id;
  uint16 Level;
  string Log;
  uint32 RecordId;
  string Source;
  uint64 Timestamp;
  string Description;
  sint32 QueryFileId;
};

Members

The MSFT_ServerEventDetail class has these types of members:

Properties

The MSFT_ServerEventDetail class has these properties.

Description

Data type: string

Access type: Read-only

The text description of the event.

Id

Data type: uint32

Access type: Read-only

The ID of the event.

Level

Data type: uint16

Access type: Read-only

The level of the event.

Log

Data type: string

Access type: Read-only

The log this event is read.

QueryFileId

Data type: sint32

Access type: Read-only

The ID of the query file that selected this event.

RecordId

Data type: uint32

Access type: Read-only

The record ID of the event in the event log.

Source

Data type: string

Access type: Read-only

The source that logged the event.

Timestamp

Data type: uint64

Access type: Read-only

The logged time of the event.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Windows\ServerManager
MOF
MgmtProvider.mof
DLL
MgmtProvider.dll

See also

GetServerEventDetail method of MSFT_ServerManagerTasks