Share via


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)

Syntax

'Declaration
Public Sub New ( _
    identityFieldIds As IEnumerable(Of UInteger) _
)
'Usage
Dim identityFieldIds As IEnumerable(Of UInteger)

Dim instance As New IdentityRule(identityFieldIds)
public IdentityRule (
    IEnumerable<uint> identityFieldIds
)
public:
IdentityRule (
    IEnumerable<unsigned int>^ identityFieldIds
)
public IdentityRule (
    IEnumerable<UInt32> identityFieldIds
)
public function IdentityRule (
    identityFieldIds : IEnumerable<uint>
)

Parameters

  • identityFieldIds
    A collection of integer field IDs that identify an item in a replica.

See Also

Reference

IdentityRule Class
IdentityRule Members
Microsoft.Synchronization.SimpleProviders Namespace