SyncRelationship Class
A sync relationship between two entities.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::SyncRelationship
| Name | Description | |
|---|---|---|
![]() | SyncRelationship() | Initializes a new instance of the SyncRelationship class. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets the AuditInfo. |
![]() | LastSuccessfulSyncTime | Gets or sets the time at which the last successful sync attempt occurred. |
![]() | LastSyncAttemptError | Gets or sets the error info about the last sync attempt. Null when LastSyncAttemptStatus is not Failed. |
![]() | LastSyncAttemptStatus | Gets or sets the status of the last sync attempt. |
![]() | LastSyncAttemptTime | Gets or sets the time at which the last sync attempt occurred. |
![]() | RefreshFrequencyInHours | Gets or sets the sync frequency. Zero or null for on-demand sync only. |
![]() | SourceEntityId | Gets or sets the identifier of source entity. |
![]() | SourceModelId | Gets or sets the identifier of source model. |
![]() | SourceVersionId | Gets or sets the identifier of source model version. |
![]() | TargetEntityId | Gets or sets the identifier of target entity. |
![]() | TargetModelId | Gets or sets the identifier of target model. |
![]() | TargetVersionId | Gets or sets the identifier of target model version. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The SyncRelationship complex type specifies a sync relationship between two entities.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


