Service.SyncRelationshipRefresh(SyncRelationshipRefreshRequest) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atualiza uma relação de sincronização atualizando a versão da entidade de destino para corresponder à versão da entidade de origem.
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::SyncRelationshipRefreshResponse ^ SyncRelationshipRefresh(Microsoft::MasterDataServices::Services::MessageContracts::SyncRelationshipRefreshRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshResponse SyncRelationshipRefresh(Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshRequest request);
abstract member SyncRelationshipRefresh : Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshResponse
override this.SyncRelationshipRefresh : Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshResponse
Public Function SyncRelationshipRefresh (request As SyncRelationshipRefreshRequest) As SyncRelationshipRefreshResponse
Parâmetros
- request
- SyncRelationshipRefreshRequest
O SyncRelationshipRefreshRequest para a operação.
Retornos
O SyncRelationshipRefreshResponsepara a operação.