完全な列挙の一部として、アンマネージ プロバイダから変更バッチを取得します。
名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
Public Overrides Function GetFullEnumerationChangeBatch ( _
batchSize As UInteger, _
lowerEnumerationBound As SyncId, _
knowledgeForDataRetrieval As SyncKnowledge, _
<OutAttribute> ByRef changeDataRetriever As Object _
) As FullEnumerationChangeBatch
'使用
Dim instance As UnmanagedSyncProviderWrapper
Dim batchSize As UInteger
Dim lowerEnumerationBound As SyncId
Dim knowledgeForDataRetrieval As SyncKnowledge
Dim changeDataRetriever As Object
Dim returnValue As FullEnumerationChangeBatch
returnValue = instance.GetFullEnumerationChangeBatch(batchSize, lowerEnumerationBound, knowledgeForDataRetrieval, changeDataRetriever)
public override FullEnumerationChangeBatch GetFullEnumerationChangeBatch (
uint batchSize,
SyncId lowerEnumerationBound,
SyncKnowledge knowledgeForDataRetrieval,
out Object changeDataRetriever
)
public:
virtual FullEnumerationChangeBatch^ GetFullEnumerationChangeBatch (
unsigned int batchSize,
SyncId^ lowerEnumerationBound,
SyncKnowledge^ knowledgeForDataRetrieval,
[OutAttribute] Object^% changeDataRetriever
) override
public FullEnumerationChangeBatch GetFullEnumerationChangeBatch (
UInt32 batchSize,
SyncId lowerEnumerationBound,
SyncKnowledge knowledgeForDataRetrieval,
/** @attribute OutAttribute() */ /** @ref */ Object changeDataRetriever
)
JScript does not support passing value-type arguments by reference.
パラメータ
- batchSize
返される変更バッチに含める変更の数です。
- lowerEnumerationBound
列挙する項目 ID の閉じた下限です。このメソッドは、項目 ID がこの値以上の変更を返します。
- knowledgeForDataRetrieval
データが既にわかっている項目を指定するナレッジ オブジェクトです。
- changeDataRetriever
変更データを取得するために使用できるオブジェクトを返します。
戻り値
アンマネージ プロバイダの変更バッチです。
解説
このメソッドは、アンマネージ IKnowledgeSyncProvider::GetFullEnumerationChangeBatch メソッドをラップします。
変更データ取得元のアダプタが指定された場合、このメソッドは、changeDataRetriever を返す前に、アンマネージ プロバイダによって返される変更データ取得元をマネージ表現に変換します。それ以外の場合、変更データ取得元は、変換されずに返されます。
参照
リファレンス
UnmanagedSyncProviderWrapper クラス
UnmanagedSyncProviderWrapper メンバ
Microsoft.Synchronization 名前空間