共用方式為


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 命名空間