Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ForgottenKnowledge class that contains the specified ID format schema and synchronization knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
idFormats As SyncIdFormatGroup, _
knowledge As SyncKnowledge _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim knowledge As SyncKnowledge
Dim instance As New ForgottenKnowledge(idFormats, knowledge)
public ForgottenKnowledge (
SyncIdFormatGroup idFormats,
SyncKnowledge knowledge
)
public:
ForgottenKnowledge (
SyncIdFormatGroup^ idFormats,
SyncKnowledge^ knowledge
)
public ForgottenKnowledge (
SyncIdFormatGroup idFormats,
SyncKnowledge knowledge
)
public function ForgottenKnowledge (
idFormats : SyncIdFormatGroup,
knowledge : SyncKnowledge
)
Parameters
- idFormats
The ID format schema of the provider.
- knowledge
Baseline knowledge, some of which will be forgotten.
Remarks
See Also
Reference
ForgottenKnowledge Class
ForgottenKnowledge Members
Microsoft.Synchronization Namespace