IdentityRule Constructor

Initializes a new instance of the IdentityRule class that contains a collection of integer field IDs to identify an item.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

public:
IdentityRule(
	IEnumerable<unsigned int>^ identityFieldIds
)

Parameters

identityFieldIds
Type: System.Collections.Generic::IEnumerable<UInt32>
A collection of integer field IDs that identify an item in a replica.

ExceptionCondition
ArgumentNullException

identityFieldIds is a nullptr.

ArgumentOutOfRangeException

identityFieldIds contained no more identity field IDs.

Show: