Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initialisiert eine neue Instanz der FullEnumerationChangeBatch-Klasse, die das angegebene ID-Formatschema, das Wissen des Zielanbieters, vergessenes Wissen des Quellenanbieters sowie eine abgeschlossene Untergrenze für den Bereich der aufzulistenden Element-IDs 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, _
fullEnumerationLowerBound As SyncId _
)
'Usage
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
)
new :
idFormats:SyncIdFormatGroup *
destinationKnowledge:SyncKnowledge *
sourceForgottenKnowledge:ForgottenKnowledge *
fullEnumerationLowerBound:SyncId -> FullEnumerationChangeBatch
public function FullEnumerationChangeBatch(
idFormats : SyncIdFormatGroup,
destinationKnowledge : SyncKnowledge,
sourceForgottenKnowledge : ForgottenKnowledge,
fullEnumerationLowerBound : SyncId
)
Parameter
- idFormats
Typ: Microsoft.Synchronization. . :: . .SyncIdFormatGroup
Das ID-Formatschema des Anbieters.
- destinationKnowledge
Typ: Microsoft.Synchronization. . :: . .SyncKnowledge
Das Wissen des Zielanbieters.
- sourceForgottenKnowledge
Typ: Microsoft.Synchronization. . :: . .ForgottenKnowledge
Das vergessene Wissen des Quellenanbieters.
- fullEnumerationLowerBound
Typ: Microsoft.Synchronization. . :: . .SyncId
Die abgeschlossene Untergrenze des Bereichs von Element-IDs, die aufgelistet werden sollen. Dabei handelt es sich um dieselbe Untergrenze, die von Sync Framework an [M:Microsoft.Synchronization.KnowledgeSyncProvider.GetFullEnumerationChangeBatch(System.UInt32,Microsoft.Synchronization.SyncId,Microsoft.Synchronization.SyncKnowledge,System.Object@).] übergeben wird.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| ArgumentNullException | idFormats, destinationKnowledge, sourceForgottenKnowledge oder fullEnumerationLowerBound ist NULL. |
Siehe auch
Verweis
FullEnumerationChangeBatch Klasse
FullEnumerationChangeBatch-Member