Share via


SMS_SCFToSite_a

The SMS_SCFToSite_a association WMI class uses the SiteCode property to relate instances of these two classes: SMS_Site and SMS_SiteControlFile.

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

Class SMS_SCFToSite_a : SMS_BaseAssociation
{
  SMS_Site ref Site;
  SMS_SiteControlFile ref SiteControlFile;
};

Properties

  • Site
    Data type: ref SMS_Site**
    **Access type: Read-only
    Qualifiers: Key

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

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

See Also

Association Classes