다음을 통해 공유


IdentityRule 생성자

항목을 식별하는 정수 필드 ID의 컬렉션을 포함하는 IdentityRule 클래스의 새 인스턴스를 초기화합니다.

네임스페이스: Microsoft.Synchronization.SimpleProviders
어셈블리: microsoft.synchronization.simpleproviders.dll의 Microsoft.Synchronization.SimpleProviders

구문

‘선언
Public Sub New ( _
    identityFieldIds As IEnumerable(Of UInteger) _
)
‘사용 방법
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>
)

매개 변수

  • identityFieldIds
    복제본에서 항목을 식별하는 정수 필드 ID의 컬렉션입니다.

참고 항목

참조

IdentityRule 클래스
IdentityRule 멤버
Microsoft.Synchronization.SimpleProviders 네임스페이스