SyncRelationship Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A sync relationship between two entities.
public ref class SyncRelationship : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SyncRelationship", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SyncRelationship : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SyncRelationship", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SyncRelationship = class
inherit DataContractBase
Public Class SyncRelationship
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The SyncRelationship complex type specifies a sync relationship between two entities.
Constructors
SyncRelationship() |
Initializes a new instance of the SyncRelationship class. |
Properties
AuditInfo |
Specifies the AuditInfo. |
LastSuccessfulSyncTime |
Specifies the time at which the last successful sync attempt occurred. |
LastSyncAttemptError |
Specifies the error info about the last sync attempt. Null when LastSyncAttemptStatus is not Failed. |
LastSyncAttemptStatus |
Specifies the status of the last sync attempt. |
LastSyncAttemptTime |
Specifies the time at which the last sync attempt occurred. |
RefreshFrequencyInHours |
Specifies the sync frequency. Zero or null for on-demand sync only. |
SourceEntityId |
Specifies the identifier of source entity. |
SourceModelId |
Specifies the identifier of source model. |
SourceVersionId |
Specifies the identifier of source model version. |
TargetEntityId |
Specifies the identifier of target entity. |
TargetModelId |
Specifies the identifier of target model. |
TargetVersionId |
Specifies the identifier of target model version. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |