MSFT_UCDeleteCommandTraceEvent class

The MSFT_UCDeleteCommandTraceEvent class is derived from MSFT_UCCommandTraceEvent, and permits you to observe the execution of an individual UQL deletion. The event object which caused the execution of this command is stored in this object.

Note  For more information about support and installation of this component on a specific operating system, see Operating System Availability of WMI Components.

Syntax

class MSFT_UCDeleteCommandTraceEvent : MSFT_UCCommandTraceEvent
{
  uint32                CommandIndex;
  MSFT_UpdatingConsumer REF Consumer;
  object                Data;
  string                ErrorStr;
  __Event               Event;
  string                ExecutionId;
  uint8                 SECURITY_DESCRIPTOR[];
  uint32                StatusCode;
  uint64                TIME_CREATED;
};

Members

The MSFT_UCDeleteCommandTraceEvent class has these types of members:

  • Properties

Properties

The MSFT_UCDeleteCommandTraceEvent class has these properties.

CommandIndex

Data type: uint32

Access type: Read-only

Index of the statement currently being executed. This property is inherited from MSFT_UCCommandTraceEvent.

Consumer

Data type: MSFT_UpdatingConsumer

Access type: Read-only

Reference to the MSFT_UpdatingConsumer instance being executed. This property is inherited from MSFT_UCCommandTraceEvent.

Data

Data type: object

Access type: Read-only

Data object being used when executing the command. This property is inherited from MSFT_UCCommandTraceEvent.

ErrorStr

Data type: string

Access type: Read-only

Information in the case of an error—StatusCode greater than 1. For example, if an updating consumer contains an UPDATE statement that is not valid, the ErrorStr property contains information about the part of the query that is not valid. This property is inherited from MSFT_UCCommandTraceEvent.

Event

Data type: __Event

Access type: Read-only

Object that contains the event being indicated to the updating consumer instance. This property is inherited from MSFT_UCCommandTraceEvent.

ExecutionId

Data type: string

Access type: Read-only

Unique identifier that represents the execution of the updating consumer. Each execution of an updating consumer for a single event has a unique identifier. The identifier permits correlation of the command trace events because all commands executed on behalf of an updating consumer have the same ExecutionId value. This property is inherited from MSFT_UCCommandTraceEvent.

SECURITY_DESCRIPTOR

Data type: uint8 array

Access type: Read-only

Descriptor used by the event provider to determine which users can receive the event. This property is inherited from MSFT_UCCommandTraceEvent.

StatusCode

Data type: uint32

Access type: Read-only

WBEM status code that represents the outcome of the command or consumer trace event. This property is inherited from MSFT_UCCommandTraceEvent.

TIME_CREATED

Data type: uint64

Access type: Read-only

Unique value that indicates the time at which the event was generated. This is a 64-bit value that represents the number of 100-nanosecond intervals after January 1, 1601. The information is in the Coordinated Universal Times (UTC) format. This property is inherited from MSFT_UCCommandTraceEvent.

For more information about using uint64 values in scripts, see Scripting in WMI.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP

Minimum supported server

None supported

End of client support

Windows XP

Namespace

\root\subscription

MOF

Updprov.mof

DLL

Updprov.dll

See also

Using Updating Consumers

MSFT_UCTraceEventBase

MSFT_UCCommandTraceEvent

Supporting Classes for the Updating Consumer