Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
)
new :
idFormats:SyncIdFormatGroup *
knowledge:SyncKnowledge -> ForgottenKnowledge
public function ForgottenKnowledge(
idFormats : SyncIdFormatGroup,
knowledge : SyncKnowledge
)
Parameters
- idFormats
Type: Microsoft.Synchronization.SyncIdFormatGroup
The ID format schema of the provider.
- knowledge
Type: Microsoft.Synchronization.SyncKnowledge
Baseline knowledge, some of which will be forgotten.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | formats or knowledge is a null reference (Nothing in Visual Basic). |