Metoda IService.ExportViewCreate
Generuje lub ponownie wygenerować widoki żądane subskrypcja.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.ServiceContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<OperationContractAttribute> _
Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse
'Użycie
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
Parametry
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateRequest
Żądanie ExportViewCreate.
Wartość zwracana
Typ: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewCreateResponse
ExportViewCreateResponse.
Zobacz także