Service.EntityMemberHistoryRollback 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
EntityMemberHistoriesGet 是返回特定实体成员历史记录的服务
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberHistoryRollbackResponse ^ EntityMemberHistoryRollback(Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberHistoryRollbackRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackResponse EntityMemberHistoryRollback (Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackRequest request);
abstract member EntityMemberHistoryRollback : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackResponse
override this.EntityMemberHistoryRollback : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackResponse
Public Function EntityMemberHistoryRollback (request As EntityMemberHistoryRollbackRequest) As EntityMemberHistoryRollbackResponse