SMS_CategoryInstanceMembership Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_CategoryInstanceMembership Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, which represents the relationship between categories and configuration item objects.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CategoryInstanceMembership
{
UInt32 CategoryInstanceID;
String ObjectKey;
UInt32 ObjectTypeID;
};
The SMS_CategoryInstanceMembership class does not define any methods.
- CategoryInstanceID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
- ObjectKey
Data type: String
Access type: Read/Write
Qualifiers: [key, sizelimit]
- ObjectTypeID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.