Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Copies a model version to a new version.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function VersionCopy ( _
request As VersionCopyRequest _
) As VersionCopyResponse Implements IService.VersionCopy
'Usage
Dim instance As ServiceClient
Dim request As VersionCopyRequest
Dim returnValue As VersionCopyResponse
returnValue = CType(instance, IService).VersionCopy(request)
VersionCopyResponseIService.VersionCopy(
VersionCopyRequest request
)
private:
virtual VersionCopyResponse^ VersionCopy(
VersionCopyRequest^ request
) sealed = IService::VersionCopy
private abstract VersionCopy :
request:VersionCopyRequest -> VersionCopyResponse
private override VersionCopy :
request:VersionCopyRequest -> VersionCopyResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.VersionCopyRequest
The copy request.
Return Value
Type: Microsoft.MasterDataServices.VersionCopyResponse
The VersionCopyResponse for the operation.
Implements
IService.VersionCopy(VersionCopyRequest)