IService.ExportViewCreate(ExportViewCreateRequest) Methode

Definition

Generiert gewünschte Abonnementsichten bzw. generiert sie erneut.

public:
 Microsoft::MasterDataServices::ExportViewCreateResponse ^ ExportViewCreate(Microsoft::MasterDataServices::ExportViewCreateRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewCreateEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewCreate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewCreateResponse")]
public Microsoft.MasterDataServices.ExportViewCreateResponse ExportViewCreate (Microsoft.MasterDataServices.ExportViewCreateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewCreateEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewCreate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/ExportViewCreateResponse")>]
abstract member ExportViewCreate : Microsoft.MasterDataServices.ExportViewCreateRequest -> Microsoft.MasterDataServices.ExportViewCreateResponse
Public Function ExportViewCreate (request As ExportViewCreateRequest) As ExportViewCreateResponse

Parameter

request
ExportViewCreateRequest

Eine Erstellungsanforderung.

Gibt zurück

Eine neue Instanz vom Typ ExportViewCreateRequest.

Attribute

Gilt für: