次の方法で共有


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

実装

IService. . :: . .ExportViewCreate(ExportViewCreateRequest)