ImportDBClone method of the MSFT_DfsrVolumeConfig class

Starts the process of importing the specified Distributed File System Replication (DFSR) volume database. This is a static method.

Syntax

uint32 ImportDBClone(
  [in] string Source,
  [in] string Destination
);

Parameters

Source [in]

Specifies the folder path to stores the imported DFSR database and configuration file.

Destination [in]

Specifies the volume path containing the folders to import.

Return value

This method returns a system error code.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Dfsr
MOF
Dfsrwmiv2.mof
DLL
DfsRWmiV2.dll

See also

MSFT_DfsrVolumeConfig