다음을 통해 공유


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입니다.

구현

특성

적용 대상