Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves a list of existing export views.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse
'Usage
Dim instance As Service
Dim request As ExportViewListGetRequest
Dim returnValue As ExportViewListGetResponse
returnValue = instance.ExportViewListGet(request)
public ExportViewListGetResponse ExportViewListGet(
ExportViewListGetRequest request
)
public:
virtual ExportViewListGetResponse^ ExportViewListGet(
ExportViewListGetRequest^ request
) sealed
abstract ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
override ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
public final function ExportViewListGet(
request : ExportViewListGetRequest
) : ExportViewListGetResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetResponse
The ExportViewListGetResponse for the operation.
Implements
IService.ExportViewListGet(ExportViewListGetRequest)
Remarks
Starting with SQL Server 2012, if a user with no privileges calls ExportViewListGet(ExportViewListGetRequest) with empty criteria, an empty results set is returned.