Condividi tramite


Metodo ServiceClient.IService.ExportViewCreate

Generates or regenerates the desired subscription views.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
Private Function ExportViewCreate ( _
    request As ExportViewCreateRequest _
) As ExportViewCreateResponse Implements IService.ExportViewCreate
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

Valore restituito

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

Implementa

IService.ExportViewCreate(ExportViewCreateRequest)

Vedere anche

Riferimento

ServiceClient Classe

Spazio dei nomi Microsoft.MasterDataServices