Partager via


Méthode ServiceClient.IService.ExportViewCreate

Generates or regenerates the desired subscription views.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
Private Function ExportViewCreate ( _
    request As ExportViewCreateRequest _
) As ExportViewCreateResponse Implements IService.ExportViewCreate
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Valeur de retour

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

Implémente

IService.ExportViewCreate(ExportViewCreateRequest)

Voir aussi

Référence

ServiceClient Classe

Espace de noms Microsoft.MasterDataServices