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;
};

Methods

The SMS_CategoryInstanceMembership class does not define any methods.

Properties

CategoryInstanceID

Data type: UInt32Access type: Read/Write Qualifiers: [key]SMS_CategoryInstanceBase Server WMI Class
ObjectKey

Data type: StringAccess type: Read/Write Qualifiers: [key, sizelimit]SMS_SecuredObject Server WMI Class
ObjectTypeID

Data type: UInt32Access type: Read/Write Qualifiers: [key]SMS_ObjectContentInfo Server WMI Class

Remarks

Requirements

Runtime Requirements

Development Requirements