Método IService.ExportViewCreate
Generates or regenerates the desired subscription views.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'Uso
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
Parâmetros
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateRequest
The creation request.
Valor de retorno
Tipo: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateResponse
The response to the create operation.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.ServiceContracts