ExportViewCreate Método
Generates or regenerates desired subscription views.
Espacio de nombres: Microsoft.MasterDataServices.Services.ServiceContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
<OperationContractAttribute> _
Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'Uso
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
Parámetros
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewCreateRequest
The ExportViewCreate request.
Valor devuelto
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewCreateResponse
ExportViewCreateResponse.
Vea también