IService.ExportViewCreate(ExportViewCreateRequest) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
必要なサブスクリプション ビューを生成または再生成します。
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
パラメーター
- request
- ExportViewCreateRequest
要求を作成します。
戻り値
ExportViewCreateRequest 型の新しいインスタンス。
- 属性