次の方法で共有


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 オブジェクトのコレクション。

解説

ID ルールは、項目ストアから項目または変更単位を識別する際に、どのカスタム フィールド (CustomFields) を使用するかを指定します。簡易プロバイダーのメタデータの詳細については、「簡易プロバイダーのメタデータの管理」を参照してください。

参照

リファレンス

ItemMetadataSchema クラス
ItemMetadataSchema メンバー
Microsoft.Synchronization.SimpleProviders 名前空間