다음을 통해 공유


ItemMetadataSchema.IdentityRules 속성

복제본 내에서 항목이 식별되는 방식을 정의하는 IdentityRule 개체의 컬렉션을 가져옵니다.

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

구문

‘선언
Public ReadOnly Property IdentityRules As IEnumerable(Of IdentityRule)
‘사용 방법
Dim instance As ItemMetadataSchema
Dim value As IEnumerable(Of IdentityRule)

value = instance.IdentityRules
public IEnumerable<IdentityRule> IdentityRules { get; }
public:
property IEnumerable<IdentityRule^>^ IdentityRules {
    IEnumerable<IdentityRule^>^ get ();
}
/** @property */
public IEnumerable<IdentityRule> get_IdentityRules ()
public function get IdentityRules () : IEnumerable<IdentityRule>

속성 값

복제본 내에서 항목이 식별되는 방식을 정의하는 IdentityRule 개체의 컬렉션입니다.

주의

ID 규칙은 항목 저장소에서 항목 또는 변경 단위를 식별하는 데 사용할 사용자 지정 필드(CustomFields)를 지정합니다. 단순 공급자 메타데이터에 대한 자세한 내용은 단순 공급자의 메타데이터 관리를 참조하십시오.

참고 항목

참조

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