Compartir a través de


MSFT_SMSystemToReplicaPeer class

Represents an association between a system and a replica peer.

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

Syntax

[Association, Dynamic, Provider("WMIStorage"), AMENDMENT]
class MSFT_SMSystemToReplicaPeer
{
  MSFT_SMSystem      REF Parent;
  MSFT_SMReplicaPeer REF Child;
};

Members

The MSFT_SMSystemToReplicaPeer class has these types of members:

Properties

The MSFT_SMSystemToReplicaPeer class has these properties.

Child

Data type: MSFT_SMReplicaPeer

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMReplicaPeer object that represents the replica peer in the association.

Parent

Data type: MSFT_SMSystem

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMSystem object that represents the system in the association.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\Storage\SM
MOF
MsftStrgMan.mof
DLL
StorageService.dll

See also

Windows Storage Management WMI Provider