ServiceClient.IService.ExportViewCreate 方法

Generates or regenerates the desired subscription views.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Private Function ExportViewCreate ( _
    request As ExportViewCreateRequest _
) As ExportViewCreateResponse Implements IService.ExportViewCreate
用法
Dim instance As ServiceClient
Dim request As ExportViewCreateRequest
Dim returnValue As ExportViewCreateResponse

returnValue = CType(instance, IService).ExportViewCreate(request)
ExportViewCreateResponseIService.ExportViewCreate(
    ExportViewCreateRequest request
)
private:
virtual ExportViewCreateResponse^ ExportViewCreate(
    ExportViewCreateRequest^ request
) sealed = IService::ExportViewCreate
private abstract ExportViewCreate : 
        request:ExportViewCreateRequest -> ExportViewCreateResponse 
private override ExportViewCreate : 
        request:ExportViewCreateRequest -> ExportViewCreateResponse
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:Microsoft.MasterDataServices.ExportViewCreateResponse
The ExportViewCreateResponse for the operation.

实现

IService.ExportViewCreate(ExportViewCreateRequest)

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间