Метод IService.ExportViewCreate
Generates or regenerates the desired subscription views.
Пространство имен: Microsoft.MasterDataServices.Services.ServiceContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'Применение
Dim instance As IService
Dim request As ExportViewCreateRequest
Dim returnValue As ExportViewCreateResponse
returnValue = instance.ExportViewCreate(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
ExportViewCreateResponse ExportViewCreate(
ExportViewCreateRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
ExportViewCreateResponse^ ExportViewCreate(
ExportViewCreateRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract ExportViewCreate :
request:ExportViewCreateRequest -> ExportViewCreateResponse
function ExportViewCreate(
request : ExportViewCreateRequest
) : ExportViewCreateResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateRequest
The creation request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateResponse
The response to the create operation.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts