The SMS_SCI_SysResUse Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a specific usage of a server or other network resource.

The following syntax is simplified from Managed Object Format (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;
};

Methods

The SMS_SCI_SysResUse class does not define any methods.

Properties

FileType


Data type: UInt32Access type: Read/WriteQualifiers: [key, enumeration:ToSubClass]See SMS_SiteControlItem Server WMI Class.
InboxRoot


Data type: StringAccess type: Read/WriteQualifiers: NoneNetwork abstraction layer (NAL) path to the inbox root. The default value is "". Specify this property if the network resource uses an inbox.
ItemName


Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteControlItem Server WMI Class.
ItemType


Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteControlItem Server WMI Class.
NALPath


Data type: StringAccess type: Read/WriteQualifiers: NonePath to the NAL resource. The default value is "". For a description of a NAL path and its components, see the SMS_NAL_Methods Class.
NALType


Data type: StringAccess type: Read/WriteQualifiers: NoneFriendly name for the NetworkOSPath value. For example, "Windows NT Server". The default value is "".
NetworkOSPath


Data type: StringAccess type: Read/WriteQualifiers: NoneThe network operating system path. The default value is "".
PropLists


Data type: SMS_EmbeddedPropertyList ArrayAccess type: Read/WriteQualifiers: NoneSMS_EmbeddedPropertyList Server WMI Class objects for the network resource.
Props


Data type: SMS_EmbeddedProperty ArrayAccess type: Read/WriteQualifiers: NoneSMS_EmbeddedProperty Server WMI Class objects for the network resource.
RoleName


Data type: StringAccess type: Read/WriteQualifiers: [SizeLimit(64), StringEnumeration]Role that the resource is serving. Possible values are listed below. The default value is "".
  • SMS_SQL_SERVER (SMS SQL Server)

  • SMS_COMP_SERVER (SMS Component Server)

  • SMS_DEVICE_MANAGEMENT_POINT (SMS Device Management Point)

  • SMS_DISTRIBUTION_POINT (SMS Distribution Point)

  • SMS_MANAGEMENT_POINT (SMS Management Point)

  • SMS_REPORTING_POINT (SMS Reporting Point)

  • SMS_SERVER_LOCATION_POINT (SMS Server Location Point)

  • SMS_SITE_SERVER (SMS Site Server)

  • SMS_STATE_MIGRATION_POINT (SMS State Migration Point)

  • SMS_SYSTEM_HEALTH_VALIDATOR (SMS System Health Validator)

SiteCode


Data type: StringAccess type: Read/WriteQualifiers: [key, SizeLimit("3")]See SMS_SiteControlItem Server WMI Class.

Remarks

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.