SMS_InstanceChangeNotification Server WMI Class
The SMS_InstanceChangeNotification
WMI class is an SMS Provider server class, in Configuration Manager, that notifies the administrator console that an alert has changed its status.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_InstanceChangeNotification : SMS_BaseClass
{
String Action;
String ClassName;
ref:SMS_BaseClass InstancePath;
UInt8[] SECURITY_DESCRIPTOR;
UInt64 TIME_CREATED;
};
Methods
The SMS_InstanceChangeNotification
class does not define any methods.
Properties
Action
Data type: String
Access type: Read/Write
Qualifiers: None
The action that caused the change notification.
Possible values |
---|
Insert |
Update |
Delete |
ClassName
Data type: String
Access type: Read/Write
Qualifiers: None
Name of the class that caused the change notification. For example, for an alert, the name of the class is SMS_Alert.
InstancePath
Data type: ref:SMS_BaseClass
Access type: Read/Write
Qualifiers: None
The instance path of the object that caused the change notification.
SECURITY_DESCRIPTOR
Data type: UInt8[]
Access type: Read/Write
Qualifiers: None
For internal use only.
TIME_CREATED
Data type: UInt64
Access type: Read/Write
Qualifiers: None
For internal use only.
Remarks
This class allows alert tiles to be updated with the most recent status information.
There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers that are included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.