IService.ExportViewCreate Method
Generates or regenerates desired subscription views.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'Usage
Dim instance As IService
Dim request As ExportViewCreateRequest
Dim returnValue As ExportViewCreateResponse
returnValue = instance.ExportViewCreate(request)
[OperationContractAttribute]
ExportViewCreateResponse ExportViewCreate(
ExportViewCreateRequest request
)
[OperationContractAttribute]
ExportViewCreateResponse^ ExportViewCreate(
ExportViewCreateRequest^ request
)
[<OperationContractAttribute>]
abstract ExportViewCreate :
request:ExportViewCreateRequest -> ExportViewCreateResponse
function ExportViewCreate(
request : ExportViewCreateRequest
) : ExportViewCreateResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateRequest
The ExportViewCreate request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateResponse
ExportViewCreateResponse.