ServiceClient.ExportViewListGet Method (International, OperationResult)

 

Applies To: SQL Server 2016 Preview

Retrieves the list of existing export views.

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

Syntax

public Collection<ExportView> ExportViewListGet(
    International International,
    out OperationResult OperationResult
)
public:
Collection<ExportView^>^ ExportViewListGet(
    International^ International,
    [OutAttribute] OperationResult^% OperationResult
)
member ExportViewListGet : 
        International:International *
        OperationResult:OperationResult byref -> Collection<ExportView>
Public Function ExportViewListGet (
    International As International,
    <OutAttribute> ByRef OperationResult As OperationResult
) As Collection(Of ExportView)

Parameters

Return Value

Type: System.Collections.ObjectModel.Collection<ExportView>

The collection of existing export views.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top