Share via


SMS_CIRelation_Flat Server WMI Class

 

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.

Syntax

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: UInt32

    Access type: Read/Write

    Qualifiers: [key]

    SMS_CIRelation Server WMI Class

  • IsVersionSpecific
    Data type: Boolean

    Access type: Read/Write

    Qualifiers: none

    SMS_CIRelation Server WMI Class

  • 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

    SMS_CIRelation Server WMI Class

  • ToCIID
    Data type: UInt32

    Access 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.