Share via


SMS_SCFToSCI_a

The SMS_SCFToSCI_a association WMI class relates an instance of SMS_SiteControlFile with instances of SMS_SiteControlItem that make up the current site control file.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_SCFToSCI_a : SMS_BaseAssociation
{
  SMS_SiteControlFile ref SiteControlFile;
  SMS_SiteControlItem ref SiteControlItem;
};

Properties

  • SiteControlFile
    Data type: ref SMS_SiteControlFile
    Access type: Read-only
    Qualifiers: Key

    Reference to an SMS_SiteControlFile object path uniquely identifying the location of the class instance.

  • SiteControlItem
    Data type: ref SMS_SiteControlItem
    Access type: Read-only
    Qualifiers: Key

    Reference to an SMS_SiteControlItem object path uniquely identifying the location of the class instance.

See Also

Association Classes