ServiceClient.ExportViewCreate Method (International, ExportView)

 

Applies To: SQL Server 2016 Preview

Creates a new export (subscription) view.

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

Syntax

public OperationResult ExportViewCreate(
    International International,
    ExportView ExportView
)
public:
OperationResult^ ExportViewCreate(
    International^ International,
    ExportView^ ExportView
)
member ExportViewCreate : 
        International:International *
        ExportView:ExportView -> OperationResult
Public Function ExportViewCreate (
    International As International,
    ExportView As ExportView
) As OperationResult

Parameters

Return Value

Type: Microsoft.MasterDataServices.OperationResult

An OperationResult object that represents the result of the operation.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top