次の方法で共有


Service.ExportViewCreate メソッド

目的のサブスクリプション ビューを生成または再生成します。

名前空間:  Microsoft.MasterDataServices.Services
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)

構文

'宣言
Public Function ExportViewCreate ( _
    request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'使用
Dim instance As Service 
Dim request As ExportViewCreateRequest 
Dim returnValue As ExportViewCreateResponse 

returnValue = instance.ExportViewCreate(request)
public ExportViewCreateResponse ExportViewCreate(
    ExportViewCreateRequest request
)
public:
virtual ExportViewCreateResponse^ ExportViewCreate(
    ExportViewCreateRequest^ request
) sealed
abstract ExportViewCreate : 
        request:ExportViewCreateRequest -> ExportViewCreateResponse  
override ExportViewCreate : 
        request:ExportViewCreateRequest -> ExportViewCreateResponse
public final function ExportViewCreate(
    request : ExportViewCreateRequest
) : ExportViewCreateResponse

パラメーター

戻り値

型: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateResponse
操作の ExportViewCreateResponse

実装

IService.ExportViewCreate(ExportViewCreateRequest)

関連項目

参照

Service クラス

Microsoft.MasterDataServices.Services 名前空間