ServiceClient.IService.ExportViewCreate(ExportViewCreateRequest) Method

Definition

Generates or regenerates the desired subscription views.

 virtual Microsoft::MasterDataServices::ExportViewCreateResponse ^ Microsoft.MasterDataServices.IService.ExportViewCreate(Microsoft::MasterDataServices::ExportViewCreateRequest ^ request) = Microsoft::MasterDataServices::IService::ExportViewCreate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.ExportViewCreateResponse IService.ExportViewCreate (Microsoft.MasterDataServices.ExportViewCreateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.ExportViewCreate : Microsoft.MasterDataServices.ExportViewCreateRequest -> Microsoft.MasterDataServices.ExportViewCreateResponse
override this.Microsoft.MasterDataServices.IService.ExportViewCreate : Microsoft.MasterDataServices.ExportViewCreateRequest -> Microsoft.MasterDataServices.ExportViewCreateResponse
Function ExportViewCreate (request As ExportViewCreateRequest) As ExportViewCreateResponse Implements IService.ExportViewCreate

Parameters

request
ExportViewCreateRequest

The create request.

Returns

The ExportViewCreateResponse for the operation.

Implements

Attributes

Applies to