Partilhar via


Método ServiceClient.IService.ExportViewCreate

Generates or regenerates the desired subscription views.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
Private Function ExportViewCreate ( _
    request As ExportViewCreateRequest _
) As ExportViewCreateResponse Implements IService.ExportViewCreate
'Uso
Dim instance As ServiceClient
Dim request As ExportViewCreateRequest
Dim returnValue As ExportViewCreateResponse

returnValue = CType(instance, IService).ExportViewCreate(request)
ExportViewCreateResponseIService.ExportViewCreate(
    ExportViewCreateRequest request
)
private:
virtual ExportViewCreateResponse^ ExportViewCreate(
    ExportViewCreateRequest^ request
) sealed = IService::ExportViewCreate
private abstract ExportViewCreate : 
        request:ExportViewCreateRequest -> ExportViewCreateResponse 
private override ExportViewCreate : 
        request:ExportViewCreateRequest -> ExportViewCreateResponse
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Parâmetros

Valor de retorno

Tipo: Microsoft.MasterDataServices.ExportViewCreateResponse
The ExportViewCreateResponse for the operation.

Implementa

IService.ExportViewCreate(ExportViewCreateRequest)

Consulte também

Referência

ServiceClient Classe

Namespace Microsoft.MasterDataServices