Udostępnij za pośrednictwem


Metoda Service.ExportViewCreate

Generuje lub ponownie wygenerować widoki żądane subskrypcja.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
Public Function ExportViewCreate ( _
    request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'Użycie
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

Implementacje

IService.ExportViewCreate(ExportViewCreateRequest)