ItemMetadataSchema.IdentityRules 属性
获取定义在副本内标识项的方式的 IdentityRule 对象的集合。
命名空间: Microsoft.Synchronization.SimpleProviders
程序集: Microsoft.Synchronization.SimpleProviders(在 microsoft.synchronization.simpleproviders.dll 中)
语法
声明
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 对象的集合。
备注
标识规则指定哪个或哪些自定义字段 (CustomFields) 应该用于标识项存储区中的项或变更单位。有关提供程序元数据的更多信息,请参见管理简单提供程序的元数据。
请参阅
参考
ItemMetadataSchema 类
ItemMetadataSchema 成员
Microsoft.Synchronization.SimpleProviders 命名空间