Share via


SMS_StatInsStr Server WMI Class

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 SMS_StatInsStr Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a high-performance version of SMS_StatMsgInsStrings Server WMI Class.

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

Class SMS_StatInsStr : SMS_BaseClass
{
      UInt32 InsStrIndex;
      String InsStrValue;
      UInt32 RecordID;
};

Methods

The SMS_StatInsStr class does not define any methods.

Properties

  • InsStrIndex
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [key, ResID(302), ResDLL("SMS_RSTT.dll")]

    The index defining the order of the insertion strings. The index directly relates to the insertion points in the status message.

  • InsStrValue
    Data type: String

    Access type: Read/Write

    Qualifiers: [ResID(303), ResDLL("SMS_RSTT.dll")]

    Text to insert into the insertion point.

  • RecordID
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [key, ResID(301), ResDLL("SMS_RSTT.dll")]

    Record ID of the status message to which the insertion point belongs.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

This class represents insertion strings for Configuration Manager component messages and user-defined messages. The status message is represented by SMS_StatusMessage Server WMI Class. Your application can use the RaiseRawStatusMsg Method in Class SMS_StatusMessage to add insertion strings. To delete insertion strings, the application deletes the associated status message.

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

Status Server WMI Classes
SMS_StatMsgInsStrings Server WMI Class
SMS_StatusMessage Server WMI Class
Configuration Manager Status and Summarizers