Partager via


Méthode IService.ExportViewCreate

Generates or regenerates the desired subscription views.

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

Syntaxe

'Déclaration
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function ExportViewCreate ( _
    request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'Utilisation
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

Paramètres

Valeur de retour

Type : Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateResponse
The response to the create operation.

Voir aussi

Référence

IService Interface

Espace de noms Microsoft.MasterDataServices.Services.ServiceContracts