Compartilhar via


Método RelationalSyncProvider.GetSyncBatchParameters

Obtenha os parâmetros para o lote de alterações quando são atribuídos parâmetros de conhecimento e de tamanho de lote.

Este método não é compatível com CLS.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)

Sintaxe

'Declaração
Public Overrides Sub GetSyncBatchParameters ( _
    <OutAttribute> ByRef batchSize As UInteger, _
    <OutAttribute> ByRef knowledge As SyncKnowledge _
)
'Uso
Dim instance As RelationalSyncProvider
Dim batchSize As UInteger
Dim knowledge As SyncKnowledge

instance.GetSyncBatchParameters(batchSize, knowledge)
public override void GetSyncBatchParameters (
    out uint batchSize,
    out SyncKnowledge knowledge
)
public:
virtual void GetSyncBatchParameters (
    [OutAttribute] unsigned int% batchSize, 
    [OutAttribute] SyncKnowledge^% knowledge
) override
public void GetSyncBatchParameters (
    /** @attribute OutAttribute() */ /** @ref */ UInt32 batchSize, 
    /** @attribute OutAttribute() */ /** @ref */ SyncKnowledge knowledge
)
JScript does not support passing value-type arguments by reference.

Parâmetros

  • batchSize
    O número de alterações a serem sincronizadas em cada lote de alterações.
  • knowledge
    Um objeto SyncKnowledge que contém o conhecimento que um provedor tem sobre o repositório no qual as alterações são aplicadas.

Consulte também

Referência

Classe RelationalSyncProvider
Membros RelationalSyncProvider
Namespace Microsoft.Synchronization.Data