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 or sets a SyncKnowledge object that contains the knowledge that the peer had when the set of changes was selected from the peer database.
This API is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Property MadeWithKnowledge As SyncKnowledge
Get
Set
'Usage
Dim instance As DbSyncContext
Dim value As SyncKnowledge
value = instance.MadeWithKnowledge
instance.MadeWithKnowledge = value
[CLSCompliantAttribute(false)]
public SyncKnowledge MadeWithKnowledge { get; set; }
[CLSCompliantAttribute(false)]
public:
property SyncKnowledge^ MadeWithKnowledge {
SyncKnowledge^ get ();
void set (SyncKnowledge^ value);
}
[<CLSCompliantAttribute(false)>]
member MadeWithKnowledge : SyncKnowledge with get, set
function get MadeWithKnowledge () : SyncKnowledge
function set MadeWithKnowledge (value : SyncKnowledge)
Property Value
Type: Microsoft.Synchronization.SyncKnowledge
A SyncKnowledge object that contains the knowledge that the peer had when the set of changes was selected from the peer database.
Remarks
If batching is enabled, the made-with knowledge is the same for all batches in a synchronization session.