MSFTSM_NamespaceInManager class

Associates CIM_Namespace instances with the MSFTSM_ObjectManager instance that hosts them. This association is a one-to-many association.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Dynamic, Version("1.0.0"), Provider("MSiSCSITargetProv")]
class MSFTSM_NamespaceInManager : CIM_NamespaceInManager
{
  CIM_ObjectManager REF Antecedent;
  CIM_Namespace     REF Dependent;
};

Members

The MSFTSM_NamespaceInManager class has these types of members:

Properties

The MSFTSM_NamespaceInManager class has these properties.

Antecedent
Data type: CIM_ObjectManager
Access type: Read-only
Qualifiers: Min (1), Max (1)

The ObjectManager containing a Namespace.

This property is inherited from CIM_NamespaceInManager.

Dependent
Data type: CIM_Namespace
Access type: Read-only
Qualifiers: Weak

The Namespace in an ObjectManager.

This property is inherited from CIM_NamespaceInManager.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2012 R2

Namespace

Root\CIMv2\Storage\iScsiTarget

MOF

Smiscsitarget.mof

DLL

SMiSCSITargetProv.dll

See also

CIM_NamespaceInManager
iSCSI Target Server Reference

 

 

Show: