SyncRelationship Class

 

A sync relationship between two entities.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

System::Object
  Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts::SyncRelationship

[DataContractAttribute(Name = "SyncRelationship", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SyncRelationship : DataContractBase

NameDescription
System_CAPS_pubmethodSyncRelationship()

Initializes a new instance of the SyncRelationship class.

NameDescription
System_CAPS_pubpropertyAuditInfo

Gets or sets the AuditInfo.

System_CAPS_pubpropertyLastSuccessfulSyncTime

Gets or sets the time at which the last successful sync attempt occurred.

System_CAPS_pubpropertyLastSyncAttemptError

Gets or sets the error info about the last sync attempt. Null when LastSyncAttemptStatus is not Failed.

System_CAPS_pubpropertyLastSyncAttemptStatus

Gets or sets the status of the last sync attempt.

System_CAPS_pubpropertyLastSyncAttemptTime

Gets or sets the time at which the last sync attempt occurred.

System_CAPS_pubpropertyRefreshFrequencyInHours

Gets or sets the sync frequency. Zero or null for on-demand sync only.

System_CAPS_pubpropertySourceEntityId

Gets or sets the identifier of source entity.

System_CAPS_pubpropertySourceModelId

Gets or sets the identifier of source model.

System_CAPS_pubpropertySourceVersionId

Gets or sets the identifier of source model version.

System_CAPS_pubpropertyTargetEntityId

Gets or sets the identifier of target entity.

System_CAPS_pubpropertyTargetModelId

Gets or sets the identifier of target model.

System_CAPS_pubpropertyTargetVersionId

Gets or sets the identifier of target model version.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetProperty<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.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: