ChangeBatch-Konstruktor (SyncIdFormatGroup, SyncKnowledge, ForgottenKnowledge)

Initialisiert eine neue Instanz der ChangeBatch-Klasse, die das angegebene ID-Formatschema, das Wissen aus dem Zielreplikat und das vergessene Wissen des Quellenanbieters enthält.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Sub New ( _
    idFormats As SyncIdFormatGroup, _
    destinationKnowledge As SyncKnowledge, _
    sourceForgottenKnowledge As ForgottenKnowledge _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim destinationKnowledge As SyncKnowledge
Dim sourceForgottenKnowledge As ForgottenKnowledge

Dim instance As New ChangeBatch(idFormats, _
    destinationKnowledge, sourceForgottenKnowledge)
public ChangeBatch(
    SyncIdFormatGroup idFormats,
    SyncKnowledge destinationKnowledge,
    ForgottenKnowledge sourceForgottenKnowledge
)
public:
ChangeBatch(
    SyncIdFormatGroup^ idFormats, 
    SyncKnowledge^ destinationKnowledge, 
    ForgottenKnowledge^ sourceForgottenKnowledge
)
new : 
        idFormats:SyncIdFormatGroup * 
        destinationKnowledge:SyncKnowledge * 
        sourceForgottenKnowledge:ForgottenKnowledge -> ChangeBatch
public function ChangeBatch(
    idFormats : SyncIdFormatGroup, 
    destinationKnowledge : SyncKnowledge, 
    sourceForgottenKnowledge : ForgottenKnowledge
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

idFormats, destinationKnowledge oder sourceForgottenKnowledge ist NULL.

Siehe auch

Verweis

ChangeBatch Klasse

ChangeBatch-Member

ChangeBatch-Überladung

Microsoft.Synchronization-Namespace