ServiceClient.IService.VersionCopy(VersionCopyRequest) 方法

定义

将模型版本复制到新版本。

 virtual Microsoft::MasterDataServices::VersionCopyResponse ^ Microsoft.MasterDataServices.IService.VersionCopy(Microsoft::MasterDataServices::VersionCopyRequest ^ request) = Microsoft::MasterDataServices::IService::VersionCopy;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.VersionCopyResponse IService.VersionCopy (Microsoft.MasterDataServices.VersionCopyRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.VersionCopy : Microsoft.MasterDataServices.VersionCopyRequest -> Microsoft.MasterDataServices.VersionCopyResponse
override this.Microsoft.MasterDataServices.IService.VersionCopy : Microsoft.MasterDataServices.VersionCopyRequest -> Microsoft.MasterDataServices.VersionCopyResponse
Function VersionCopy (request As VersionCopyRequest) As VersionCopyResponse Implements IService.VersionCopy

参数

request
VersionCopyRequest

复制请求。

返回

针对操作的 VersionCopyResponse

实现

属性

适用于