DeleteByID Method in Class SMS_StatusMessage

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The DeleteByID Windows Management Instrumentation (WMI) class method, in Configuration Manager, deletes a group of up to 256 status messages.

The following syntax is simplified from Managed Object Format (MOF) code and is intended to show the definition of the method.

UInt32 DeleteByID(
   UInt32 RecordIDs[]
);

Parameters

  • RecordIDs
    Data type: UInt32 Array

    Qualifiers: [in, Max(256)]

    IDs for the records of the status messages to delete.

Return Values

A UInt32 data type that indicates the number of rows deleted.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

SMS_StatusMessage Server WMI Class