IService.ExportViewListGet(ExportViewListGetRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a list of existing export views.
public:
Microsoft::MasterDataServices::ExportViewListGetResponse ^ ExportViewListGet(Microsoft::MasterDataServices::ExportViewListGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewListGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewListGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewListGetResponse")]
public Microsoft.MasterDataServices.ExportViewListGetResponse ExportViewListGet (Microsoft.MasterDataServices.ExportViewListGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewListGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewListGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewListGetResponse")>]
abstract member ExportViewListGet : Microsoft.MasterDataServices.ExportViewListGetRequest -> Microsoft.MasterDataServices.ExportViewListGetResponse
Public Function ExportViewListGet (request As ExportViewListGetRequest) As ExportViewListGetResponse
Parameters
- request
- ExportViewListGetRequest
Get request.
Returns
A new instance of type ExportViewListGetResponse.
- Attributes