SMS_CIRelation_Flat 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_CIRelation_Flat Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides a flat list of relationship information for directly or indirectly related configuration items.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CIRelation_Flat : SMS_BaseClass
{
UInt32 FromCIID;
Boolean IsVersionSpecific;
UInt32 Level;
UInt32 RelationType;
UInt32 ToCIID;
};
The SMS_CIRelation_Flat class does not define any methods.
- FromCIID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
- IsVersionSpecific
Data type: Boolean
Access type: Read/Write
Qualifiers: none
- Level
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Level represents the depth of the relationships between configuration items. A direct relationship to the configuration item is 1 and an indirect relationship can be 2 or higher.
- RelationType
Data type: UInt32
Access type: Read/Write
Qualifiers: none
- ToCIID
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.