SyncRelationshipCriteria 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.
The criteria for identifying a sync relationship between two entities.
public ref class SyncRelationshipCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SyncRelationshipCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SyncRelationshipCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SyncRelationshipCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SyncRelationshipCriteria = class
inherit DataContractBase
Public Class SyncRelationshipCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The SyncRelationshipCriteria complex type specifies the criteria for identifying a sync relationship between two entities.
Constructors
SyncRelationshipCriteria() |
Initializes a new instance of the SyncRelationshipCriteria class. |
Properties
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. |