GetFullEnumerationChangeBatch メソッド
バッチ サイズ、下限、ナレッジ、変更データ取得元の各パラメーターが指定されているときに、同期する変更のバッチを取得します。
名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)
構文
'宣言
Public Overrides Function GetFullEnumerationChangeBatch ( _
batchSize As UInteger, _
lowerEnumerationBound As SyncId, _
knowledgeForDataRetrieval As SyncKnowledge, _
<OutAttribute> ByRef changeDataRetriever As Object _
) As FullEnumerationChangeBatch
'使用
Dim instance As RelationalSyncProvider
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
abstract GetFullEnumerationChangeBatch :
batchSize:uint32 *
lowerEnumerationBound:SyncId *
knowledgeForDataRetrieval:SyncKnowledge *
changeDataRetriever:Object byref -> FullEnumerationChangeBatch
override GetFullEnumerationChangeBatch :
batchSize:uint32 *
lowerEnumerationBound:SyncId *
knowledgeForDataRetrieval:SyncKnowledge *
changeDataRetriever:Object byref -> FullEnumerationChangeBatch
public override function GetFullEnumerationChangeBatch(
batchSize : uint,
lowerEnumerationBound : SyncId,
knowledgeForDataRetrieval : SyncKnowledge,
changeDataRetriever : Object
) : FullEnumerationChangeBatch
パラメーター
- batchSize
型 : System. . :: . .UInt32
それぞれの変更バッチで同期する変更の数。
- lowerEnumerationBound
型 : Microsoft.Synchronization. . :: . .SyncId
変更のバッチの列挙を開始する位置。
- knowledgeForDataRetrieval
型 : Microsoft.Synchronization. . :: . .SyncKnowledge
変更が適用されるリモート ストアに関してプロバイダーに保存されているナレッジが格納されている SyncKnowledge オブジェクト。
- changeDataRetriever
型 : System. . :: . .Object%
変更されたデータを取得するために使用されるオブジェクト。
戻り値
型 : Microsoft.Synchronization. . :: . .FullEnumerationChangeBatch
同期される変更のバッチを格納する ChangeBatch オブジェクト。