Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Copies a model’s version to a new version.
Пространство имен: Microsoft.MasterDataServices.Services.ServiceContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function VersionCopy ( _
request As VersionCopyRequest _
) As VersionCopyResponse
'Применение
Dim instance As IService
Dim request As VersionCopyRequest
Dim returnValue As VersionCopyResponse
returnValue = instance.VersionCopy(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
VersionCopyResponse VersionCopy(
VersionCopyRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
VersionCopyResponse^ VersionCopy(
VersionCopyRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract VersionCopy :
request:VersionCopyRequest -> VersionCopyResponse
function VersionCopy(
request : VersionCopyRequest
) : VersionCopyResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.VersionCopyRequest
The copy request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.VersionCopyResponse
The response to the copy operation.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts