Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates or regenerates the desired subscription views.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse Implements IService.ExportViewCreate
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.ExportViewCreateRequest
The create request.
Return Value
Type: Microsoft.MasterDataServices.ExportViewCreateResponse
The ExportViewCreateResponse for the operation.
Implements
IService.ExportViewCreate(ExportViewCreateRequest)