Freigeben über


LocalCleanupKnowledge-Eigenschaft

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

Diese API 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
    Get
'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 ();
}
[<CLSCompliantAttribute(false)>]
member LocalCleanupKnowledge : SyncKnowledge
function get LocalCleanupKnowledge () : SyncKnowledge

Eigenschaftenwert

Typ: Microsoft.Synchronization. . :: . .SyncKnowledge
Ein SyncKnowledge-Objekt, das das Wissen des lokalen Anbieters enthält.

Siehe auch

Verweis

DbOutdatedEventArgs Klasse

DbOutdatedEventArgs-Member

Microsoft.Synchronization.Data-Namespace