Share via


SMS_SCI_SysResUse

The SMS_SCI_SysResUse WMI class defines a specific usage of a server, or other network resource.

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

Class SMS_SCI_SysResUse : SMS_SiteControlItem
{
  uint32 FileType;
  string InboxRoot;
  string ItemName;
  string ItemType;
  string NALPath;
  string NALType;
  string NetworkOSPath;
  SMS_EmbeddedPropertyList PropLists[];
  SMS_EmbeddedProperty Props[];
  string RoleName;
  string SiteCode;
};

Properties

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

  • InboxRoot
    Data type: string
    Access type: Read/write

    Network abstraction layer (NAL) path to the inbox root. This property is specified if the component uses an inbox.

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

    Unique identifier of a site-control item.

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

    Unique identifier of a site-control item.

  • NALPath
    Data type: string
    Access type: Read/write

    Network abstraction layer (NAL) path to the resource.

  • NALType
    Data type: string
    Access type: Read/write

    Friendly provider name for the NetworkOSPath value. For example, "Windows NT Server".

  • NetworkOSPath
    Data type: string
    Access type: Read/write

    The NetworkOSPath component of the NALPath value. See Remarks.

  • PropLists
    Data type: SMS_EmbeddedPropertyList[]
    Access type: Read/write

    Zero or more properties that contain an array of strings.

  • Props
    Data type: SMS_EmbeddedProperty[]
    Access type: Read/write

    Zero or more properties that contain numeric or string values.

  • RoleName
    Data type: string
    Access type: Read/write

    Role this resource is serving. Values are:
    SMS SQL Server
    SMS Component Server
    SMS Client Access Point
    SMS Distribution Point
    SMS Logon Point
    SMS Site Server

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

    Site code of the site server.

Remarks

For a description of a network access layer (NAL) path and its components, see the property descriptions for the PackNALPath Method in Class SMS_NAL_Methods.

See Also

Site Configuration Classes