IService.HierarchyParentSave(HierarchyParentSaveRequest) 方法

定義

更新所指定子系的衍生階層父系。

public:
 Microsoft::MasterDataServices::Services::MessageContracts::HierarchyParentSaveResponse ^ HierarchyParentSave(Microsoft::MasterDataServices::Services::MessageContracts::HierarchyParentSaveRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.HierarchyParentSaveResponse HierarchyParentSave (Microsoft.MasterDataServices.Services.MessageContracts.HierarchyParentSaveRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member HierarchyParentSave : Microsoft.MasterDataServices.Services.MessageContracts.HierarchyParentSaveRequest -> Microsoft.MasterDataServices.Services.MessageContracts.HierarchyParentSaveResponse
Public Function HierarchyParentSave (request As HierarchyParentSaveRequest) As HierarchyParentSaveResponse

參數

request
HierarchyParentSaveRequest

要求。

傳回

HierarchyParentSaveResponse
屬性

備註

作業會 HierarchyParentSave(HierarchyParentSaveRequest) 更新實體內一或多個成員的衍生階層父系。 所有指定的成員都會移至指定的父系。

HierarchyParentSave(HierarchyParentSaveRequest) 以同步方式操作、完成即時交易,以及回應這些交易的結果。

適用於