CIM_NamespaceInManager class

NamespaceInManager is an association describing the Namespaces hosted by a CIM ObjectManager.

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

Syntax

[Association, Abstract, Version("2.7.0"), UMLPackagePath("CIM::Interop")]
class CIM_NamespaceInManager : CIM_HostedDependency
{
  CIM_ObjectManager REF Antecedent;
  CIM_Namespace     REF Dependent;
};

Members

The CIM_NamespaceInManager class has these types of members:

Properties

The CIM_NamespaceInManager class has these properties.

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

The ObjectManager containing a Namespace.

Dependent
Data type: CIM_Namespace
Access type: Read-only
Qualifiers: Override ("Dependent"), Weak

The Namespace in an ObjectManager.

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_HostedDependency

 

 

Show: