Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Combines the specified knowledge with the current knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Sub Combine ( _
knowledge As SyncKnowledge _
)
'Usage
Dim instance As SyncKnowledge
Dim knowledge As SyncKnowledge
instance.Combine(knowledge)
public void Combine(
SyncKnowledge knowledge
)
public:
void Combine(
SyncKnowledge^ knowledge
)
member Combine :
knowledge:SyncKnowledge -> unit
public function Combine(
knowledge : SyncKnowledge
)
Parameters
- knowledge
Type: Microsoft.Synchronization.SyncKnowledge
The knowledge to combine with the current knowledge.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | knowledge is not a valid value. |
| ArgumentNullException | knowledge is a null reference (Nothing in Visual Basic). |
| InvalidKnowledgeVersionException | The CompatibilityLevel property is less than SyncFrameworkVersion2. |
| InvalidOperationException | This SyncKnowledge object is not initialized. |