다음을 통해 공유


IService.SyncRelationshipsGet(SyncRelationshipsGetRequest) 메서드

정의

동기화 관계를 검색합니다.

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

매개 변수

반환

작업에 대한 SyncRelationshipsGetResponse입니다.

특성

설명

작업은 SyncRelationshipsGet(SyncRelationshipsGetRequest) 동기화 관계를 다시 시도합니다.

적용 대상