หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Generates or regenerates desired subscription views.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'Usage
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
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateRequest
The create request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateResponse
The ExportViewCreateResponse for the operation.
Implements
IService.ExportViewCreate(ExportViewCreateRequest)