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.
Gets the minimum knowledge that a destination provider is required to have to process this change batch.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property PrerequisiteKnowledge As SyncKnowledge
Get
'Usage
Dim instance As ChangeBatchBase
Dim value As SyncKnowledge
value = instance.PrerequisiteKnowledge
public SyncKnowledge PrerequisiteKnowledge { get; }
public:
property SyncKnowledge^ PrerequisiteKnowledge {
SyncKnowledge^ get ();
}
member PrerequisiteKnowledge : SyncKnowledge
function get PrerequisiteKnowledge () : SyncKnowledge
Property Value
Type: Microsoft.Synchronization.SyncKnowledge
The minimum knowledge that a destination provider is required to have to process this change batch.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | This ChangeBatchBase has been disposed. |