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, die abgeschlossene Untergrenze für den Bereich der aufzulistenden Element-IDs sowie den Filter enthält, mit dem gesteuert wird, welche Änderungen in den Änderungsbatch aufgenommen werden.
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, _
filterInfo As FilterInfo _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim destinationKnowledge As SyncKnowledge
Dim sourceForgottenKnowledge As ForgottenKnowledge
Dim fullEnumerationLowerBound As SyncId
Dim filterInfo As FilterInfo
Dim instance As New FullEnumerationChangeBatch(idFormats, _
destinationKnowledge, sourceForgottenKnowledge, _
fullEnumerationLowerBound, filterInfo)
public FullEnumerationChangeBatch(
SyncIdFormatGroup idFormats,
SyncKnowledge destinationKnowledge,
ForgottenKnowledge sourceForgottenKnowledge,
SyncId fullEnumerationLowerBound,
FilterInfo filterInfo
)
public:
FullEnumerationChangeBatch(
SyncIdFormatGroup^ idFormats,
SyncKnowledge^ destinationKnowledge,
ForgottenKnowledge^ sourceForgottenKnowledge,
SyncId^ fullEnumerationLowerBound,
FilterInfo^ filterInfo
)
new :
idFormats:SyncIdFormatGroup *
destinationKnowledge:SyncKnowledge *
sourceForgottenKnowledge:ForgottenKnowledge *
fullEnumerationLowerBound:SyncId *
filterInfo:FilterInfo -> FullEnumerationChangeBatch
public function FullEnumerationChangeBatch(
idFormats : SyncIdFormatGroup,
destinationKnowledge : SyncKnowledge,
sourceForgottenKnowledge : ForgottenKnowledge,
fullEnumerationLowerBound : SyncId,
filterInfo : FilterInfo
)
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.
- filterInfo
Typ: Microsoft.Synchronization. . :: . .FilterInfo
Der Filter, mit dem gesteuert wird, welche Änderungen im Änderungsbatch enthalten sind.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| ArgumentNullException | idFormats, destinationKnowledge, sourceForgottenKnowledge, fullEnumerationLowerBound oder filterInfo ist NULL. |
Siehe auch
Verweis
FullEnumerationChangeBatch Klasse
FullEnumerationChangeBatch-Member