次の方法で共有


Create method of the WT_Snapshot class

Creates a shadow copy of the specified virtual disk.

Syntax

void Create(
  [in]  uint32 WTD,
  [out] string Id
);

Parameters

WTD [in]

The iSCSI Disk Index for the virtual disk.

Id [out]

The shadow copy identifier for the shadow copy.

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Wmi
MOF
WmiWtProvider.mof
DLL
WtWmiProv.dll

See also

WT_Snapshot