Retrieves a list of existing export views.
命名空间: Microsoft.MasterDataServices.Services
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
Public Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse
用法
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
参数
- request
类型:Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetRequest
The get request.
返回值
类型:Microsoft.MasterDataServices.Services.MessageContracts.ExportViewListGetResponse
The ExportViewListGetResponse for the operation.
实现
IService.ExportViewListGet(ExportViewListGetRequest)
注释
Starting with SQL Server 2012, if a user with no privileges calls ExportViewListGet(ExportViewListGetRequest) with empty criteria, an empty results set is returned.