MSFTSM_ReferencedProfile class
Associates two instances of MSFTSM_RegisteredProfile where one of the registered profiles references the other.
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_ReferencedProfile : CIM_ReferencedProfile
{
CIM_RegisteredProfile REF Antecedent;
CIM_RegisteredProfile REF Dependent;
};
Members
The MSFTSM_ReferencedProfile class has these types of members:
Properties
The MSFTSM_ReferencedProfile class has these properties.
- Antecedent
-
- Data type: CIM_RegisteredProfile
- Access type: Read-only
Specifies the CIM_RegisteredProfile instance that is referenced by the Dependent profile.
This property is inherited from CIM_ReferencedProfile.
- Dependent
-
- Data type: CIM_RegisteredProfile
- Access type: Read-only
Specifies a CIM_RegisteredProfile instance that references other profiles.
This property is inherited from CIM_ReferencedProfile.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Namespace |
Root\Interop |
|
MOF |
|
|
DLL |
|
See also