Freigeben über


DbOutdatedEventArgs.LocalCleanupKnowledge-Eigenschaft

Ruft ein SyncKnowledge-Objekt ab, das das Wissen des lokalen Anbieters enthält.

Diese Eigenschaft ist nicht CLS-kompatibel.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property LocalCleanupKnowledge As SyncKnowledge
'Usage
Dim instance As DbOutdatedEventArgs
Dim value As SyncKnowledge

value = instance.LocalCleanupKnowledge
[CLSCompliantAttribute(false)] 
public SyncKnowledge LocalCleanupKnowledge { get; }
[CLSCompliantAttribute(false)] 
public:
property SyncKnowledge^ LocalCleanupKnowledge {
    SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_LocalCleanupKnowledge ()
public function get LocalCleanupKnowledge () : SyncKnowledge

Eigenschaftenwert

Ein SyncKnowledge-Objekt, das das Wissen des lokalen Anbieters enthält.

Siehe auch

Verweis

DbOutdatedEventArgs-Klasse
DbOutdatedEventArgs-Member
Microsoft.Synchronization.Data-Namespace