MSFTSMNET_SystemDevice class
Associates logical devices to a system.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Dynamic, Provider("MSiSCSITargetProv"), Association, Aggregation, Composition, Version("1.0.0")]
class MSFTSMNET_SystemDevice : CIM_SystemDevice
{
CIM_System REF GroupComponent;
CIM_LogicalDevice REF PartComponent;
};
Members
The MSFTSMNET_SystemDevice class has these types of members:
Properties
The MSFTSMNET_SystemDevice class has these properties.
- GroupComponent
-
The parent system in the Association.
This property is inherited from CIM_SystemDevice.
- PartComponent
-
- Data type: CIM_LogicalDevice
- Access type: Read-only
- Qualifiers: Weak
The LogicalDevice that is a component of a System.
This property is inherited from CIM_SystemDevice.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Namespace |
Root\CIMv2\Storage\iScsiTarget |
|
MOF |
|
|
DLL |
|
See also