Share via


SMS_SCI_SiteAssignment

The SMS_SCI_SiteAssignment WMI class describes the site assignment rules. The site assignments can be based on IP subnets or IPX addresses.

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

Class SMS_SCI_SiteAssignment : SMS_SiteControlItem
{
  string AssignDetails[];
  string AssignTypes[];
  uint32 FileType;
  string ItemName;
  string ItemType;
  string SiteCode;
};

Properties

  • AssignDetails
    Data type: string[]
    Access type: Read/write

    List of IP subnets and IPX addresses. There is a one-to-one relationship between the elements of this list and the elements of the AssignTypes list.

  • AssignTypes
    Data type: string[]
    Access type: Read/write

    Identifies the assignment type for each element in AssignDetails.

  • FileType
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    Type of site control file. This property is no longer used for queries. Values are:
    EMPTY (0)
    ACTUAL (1)
    PROPOSED (2)
    TRANSACTIONS (4)
    LOCAL_TRANSACTIONS (6)

  • ItemName
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Unique identifier of a site-control item.

  • ItemType
    Data type: string
    Access type: Read/write
    Qualifiers: Key

    Unique identifier of a site-control item.

  • SiteCode
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Site code of the site server.

See Also

Site Configuration Classes