次の方法で共有


CompareReplicationVector method of the MSFT_WvrAdminTasks class

Determines whether a destination replication group can connect to a source replication group.

Syntax

uint32 CompareReplicationVector(
  [in] string  ReplicationVector,
  [in] string  ReplicationGroupName,
  [in] boolean IsNewPartner
);

Parameters

ReplicationVector [in]

Attributes, such as partition size, physical disk sector size, log size, and version.

ReplicationGroupName [in]

The name of the secondary replication group.

IsNewPartner [in]

Returns true if the secondary group can connect to the primary group; otherwise false.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\StorageReplica
MOF
WVRCimProv.Mof
DLL
WvrCimProv.dll

See also

MSFT_WvrAdminTasks