Condividi tramite


Costruttore FullEnumerationChangeBatch

Inizializza una nuova istanza della classe FullEnumerationChangeBatch che contiene lo schema del formato dell'ID specificato, la conoscenza del provider di destinazione, la conoscenza dimenticata del provider di origine e il limite inferiore chiuso dell'intervallo di ID elemento da enumerare.

Spazio dei nomi: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    idFormats As SyncIdFormatGroup, _
    destinationKnowledge As SyncKnowledge, _
    sourceForgottenKnowledge As ForgottenKnowledge, _
    fullEnumerationLowerBound As SyncId _
)
'Utilizzo
Dim idFormats As SyncIdFormatGroup
Dim destinationKnowledge As SyncKnowledge
Dim sourceForgottenKnowledge As ForgottenKnowledge
Dim fullEnumerationLowerBound As SyncId

Dim instance As New FullEnumerationChangeBatch(idFormats, destinationKnowledge, sourceForgottenKnowledge, fullEnumerationLowerBound)
public FullEnumerationChangeBatch (
    SyncIdFormatGroup idFormats,
    SyncKnowledge destinationKnowledge,
    ForgottenKnowledge sourceForgottenKnowledge,
    SyncId fullEnumerationLowerBound
)
public:
FullEnumerationChangeBatch (
    SyncIdFormatGroup^ idFormats, 
    SyncKnowledge^ destinationKnowledge, 
    ForgottenKnowledge^ sourceForgottenKnowledge, 
    SyncId^ fullEnumerationLowerBound
)
public FullEnumerationChangeBatch (
    SyncIdFormatGroup idFormats, 
    SyncKnowledge destinationKnowledge, 
    ForgottenKnowledge sourceForgottenKnowledge, 
    SyncId fullEnumerationLowerBound
)
public function FullEnumerationChangeBatch (
    idFormats : SyncIdFormatGroup, 
    destinationKnowledge : SyncKnowledge, 
    sourceForgottenKnowledge : ForgottenKnowledge, 
    fullEnumerationLowerBound : SyncId
)

Parametri

  • idFormats
    Schema del formato dell'ID del provider.
  • destinationKnowledge
    Conoscenza del provider di destinazione.
  • sourceForgottenKnowledge
    Conoscenza dimenticata del provider di origine.
  • fullEnumerationLowerBound
    Limite inferiore chiuso dell'intervallo di ID elemento da enumerare. Tale limite è uguale a quello passato da Sync Framework a GetFullEnumerationChangeBatch

Vedere anche

Riferimento

Classe FullEnumerationChangeBatch
Membri FullEnumerationChangeBatch
Spazio dei nomi Microsoft.Synchronization