Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Creates the exact copies of metadata components from another source, retaining the GUIDs of the original objects.
Пространство имен: Microsoft.MasterDataServices.Services.ServiceContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function MetadataClone ( _
request As MetadataCloneRequest _
) As MetadataCloneResponse
'Применение
Dim instance As IService
Dim request As MetadataCloneRequest
Dim returnValue As MetadataCloneResponse
returnValue = instance.MetadataClone(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
MetadataCloneResponse MetadataClone(
MetadataCloneRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
MetadataCloneResponse^ MetadataClone(
MetadataCloneRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract MetadataClone :
request:MetadataCloneRequest -> MetadataCloneResponse
function MetadataClone(
request : MetadataCloneRequest
) : MetadataCloneResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.MetadataCloneRequest
The clone request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.MetadataCloneResponse
The response to the clone operation.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts