ExportViewUpdate 方法
Update an existing export view.
命名空間: Microsoft.MasterDataServices.Services
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
Public Function ExportViewUpdate ( _
request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse
'用途
Dim instance As Service
Dim request As ExportViewUpdateRequest
Dim returnValue As ExportViewUpdateResponse
returnValue = instance.ExportViewUpdate(request)
public ExportViewUpdateResponse ExportViewUpdate(
ExportViewUpdateRequest request
)
public:
virtual ExportViewUpdateResponse^ ExportViewUpdate(
ExportViewUpdateRequest^ request
) sealed
abstract ExportViewUpdate :
request:ExportViewUpdateRequest -> ExportViewUpdateResponse
override ExportViewUpdate :
request:ExportViewUpdateRequest -> ExportViewUpdateResponse
public final function ExportViewUpdate(
request : ExportViewUpdateRequest
) : ExportViewUpdateResponse
參數
- request
型別:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewUpdateRequest
Update request.
傳回值
型別:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewUpdateResponse
ExportViewUpdateResponse.