ServiceClient.IService.VersionCopy(VersionCopyRequest) Method

Definition

Copies a model version to a new version.

 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

Parameters

request
VersionCopyRequest

The copy request.

Returns

The VersionCopyResponse for the operation.

Implements

Attributes

Applies to