ServiceClient.IService.ExportViewCreate Method (ExportViewCreateRequest)

 

Applies To: SQL Server 2016 Preview

Generates or regenerates the desired subscription views.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

ExportViewCreateResponse IService.ExportViewCreate(
    ExportViewCreateRequest request
)
private:
virtual ExportViewCreateResponse^ ExportViewCreate(
    ExportViewCreateRequest^ request
) sealed = IService::ExportViewCreate
private abstract ExportViewCreate : 
        request:ExportViewCreateRequest -> ExportViewCreateResponse
private override ExportViewCreate : 
        request:ExportViewCreateRequest -> ExportViewCreateResponse
Private Function ExportViewCreate (
    request As ExportViewCreateRequest
) As ExportViewCreateResponse
    Implements IService.ExportViewCreate

Parameters

Return Value

Type: Microsoft.MasterDataServices.ExportViewCreateResponse

The ExportViewCreateResponse for the operation.

Implements

IService.ExportViewCreate(ExportViewCreateRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top