Partager via


Méthode Service.ExportViewCreate

Generates or regenerates desired subscription views.

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

Syntaxe

'Déclaration
Public Function ExportViewCreate ( _
    request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'Utilisation
Dim instance As Service 
Dim request As ExportViewCreateRequest 
Dim returnValue As ExportViewCreateResponse 

returnValue = instance.ExportViewCreate(request)
public ExportViewCreateResponse ExportViewCreate(
    ExportViewCreateRequest request
)
public:
virtual ExportViewCreateResponse^ ExportViewCreate(
    ExportViewCreateRequest^ request
) sealed
abstract ExportViewCreate : 
        request:ExportViewCreateRequest -> ExportViewCreateResponse  
override ExportViewCreate : 
        request:ExportViewCreateRequest -> ExportViewCreateResponse
public final function ExportViewCreate(
    request : ExportViewCreateRequest
) : ExportViewCreateResponse

Paramètres

Valeur de retour

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

Implémente

IService.ExportViewCreate(ExportViewCreateRequest)

Voir aussi

Référence

Service Classe

Espace de noms Microsoft.MasterDataServices.Services