IdentityRules 属性

获取定义在副本内标识项的方式的 IdentityRule 对象的集合。

命名空间:  Microsoft.Synchronization.SimpleProviders
程序集:  Microsoft.Synchronization.SimpleProviders(在 Microsoft.Synchronization.SimpleProviders.dll 中)

语法

声明
Public ReadOnly Property IdentityRules As IEnumerable(Of IdentityRule)
    Get
用法
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 ();
}
member IdentityRules : IEnumerable<IdentityRule>
function get IdentityRules () : IEnumerable<IdentityRule>

属性值

类型:System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IdentityRule> ) > ) >
定义在副本内标识项的方式的 IdentityRule 对象的集合。

注释

标识规则指定哪个或哪些自定义字段 (CustomFields) 应该用于标识项存储区中的项或变更单位。有关提供程序元数据的更多信息,请参见管理简单提供程序的元数据

请参阅

参考

ItemMetadataSchema类

ItemMetadataSchema 成员

Microsoft.Synchronization.SimpleProviders 命名空间