ExportViewCreate 方法
Generates or regenerates desired subscription views.
命名空间: Microsoft.MasterDataServices.Services.ServiceContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<OperationContractAttribute> _
Function ExportViewCreate ( _
request As ExportViewCreateRequest _
) As ExportViewCreateResponse
用法
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
参数
- request
类型:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewCreateRequest
The ExportViewCreate request.
返回值
类型:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewCreateResponse
ExportViewCreateResponse.