Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets a value that indicates whether this conflict is a constraint conflict.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property IsConstraint As Boolean
Get
'Usage
Dim instance As LoggedConflict
Dim value As Boolean
value = instance.IsConstraint
public bool IsConstraint { get; }
public:
property bool IsConstraint {
bool get ();
}
member IsConstraint : bool
function get IsConstraint () : boolean
Property Value
Type: System.Boolean
true when this conflict is a constraint conflict; otherwise, false.
Remarks
Sync Framework supports two categories of conflicts that can occur during synchronization: concurrency conflicts and constraint conflicts. Concurrency conflicts occur when the same item or change unit is changed on two different replicas that are later synchronized. Constraint conflicts are conflicts that violate constraints that are put on items or change units, such as the relationship of folders or the location of identically named data within a file system.
See Also
Reference
Microsoft.Synchronization Namespace