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; }; |
Methods
The SMS_CIRelation_Flat class does not define any methods.
Properties
- FromCIID
- Data type: UInt32Access type: Read/Write Qualifiers: [key]SMS_CIRelation Server WMI Class
- IsVersionSpecific
- Data type: BooleanAccess type: Read/Write Qualifiers: noneSMS_CIRelation Server WMI Class
- Level
- Data type: UInt32Access type: Read/Write Qualifiers: noneLevel 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: UInt32Access type: Read/Write Qualifiers: noneSMS_CIRelation Server WMI Class
- ToCIID
- Data type: UInt32Access type: Read/Write Qualifiers: [key]SMS_CIRelation Server WMI Class
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.