初始化 IdentityRule 類別的新執行個體,這個執行個體包含要識別項目之整數欄位識別碼的集合。
命名空間: Microsoft.Synchronization.SimpleProviders
組件: Microsoft.Synchronization.SimpleProviders (在 microsoft.synchronization.simpleproviders.dll)
語法
'宣告
Public Sub New ( _
identityFieldIds As IEnumerable(Of UInteger) _
)
'用途
Dim identityFieldIds As IEnumerable(Of UInteger)
Dim instance As New IdentityRule(identityFieldIds)
public IdentityRule (
IEnumerable<uint> identityFieldIds
)
public:
IdentityRule (
IEnumerable<unsigned int>^ identityFieldIds
)
public IdentityRule (
IEnumerable<UInt32> identityFieldIds
)
public function IdentityRule (
identityFieldIds : IEnumerable<uint>
)
參數
- identityFieldIds
可在複寫中識別項目之整數欄位識別碼的集合。
請參閱
參考
IdentityRule 類別
IdentityRule 成員
Microsoft.Synchronization.SimpleProviders 命名空間