共用方式為


Service.ExportViewCreate 方法

Generates or regenerates desired subscription views.

命名空間:  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
The ExportViewCreateResponse for the operation.

實作

IService.ExportViewCreate(ExportViewCreateRequest)

請參閱

參考

Service 類別

Microsoft.MasterDataServices.Services 命名空間