次の方法で共有


IdentityRule.IdentityFieldIds プロパティ

レプリカ内の項目を識別する整数フィールド ID のコレクションを取得します。

名前空間: Microsoft.Synchronization.SimpleProviders
アセンブリ: Microsoft.Synchronization.SimpleProviders (microsoft.synchronization.simpleproviders.dll 内)

構文

'宣言
Public ReadOnly Property IdentityFieldIds As IEnumerable(Of UInteger)
'使用
Dim instance As IdentityRule
Dim value As IEnumerable(Of UInteger)

value = instance.IdentityFieldIds
public IEnumerable<uint> IdentityFieldIds { get; }
public:
property IEnumerable<unsigned int>^ IdentityFieldIds {
    IEnumerable<unsigned int>^ get ();
}
/** @property */
public IEnumerable<UInt32> get_IdentityFieldIds ()
public function get IdentityFieldIds () : IEnumerable<uint>

プロパティ値

レプリカ内の項目を識別する整数フィールド ID のコレクション。

参照

リファレンス

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