SyncRelationship Class

Definition

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
SyncRelationship
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to