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.
Enumerates all items for a replica that have not been deleted, either by using a normal delete or a local delete.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public Function EnumerateAllLiveItems As IEnumerable(Of ItemFieldDictionary)
'Usage
Dim instance As SimpleSyncServices
Dim returnValue As IEnumerable(Of ItemFieldDictionary)
returnValue = instance.EnumerateAllLiveItems()
public IEnumerable<ItemFieldDictionary> EnumerateAllLiveItems()
public:
IEnumerable<ItemFieldDictionary^>^ EnumerateAllLiveItems()
member EnumerateAllLiveItems : unit -> IEnumerable<ItemFieldDictionary>
public function EnumerateAllLiveItems() : IEnumerable<ItemFieldDictionary>
Return Value
Type: System.Collections.Generic.IEnumerable<ItemFieldDictionary>
A collection of ItemFieldDictionary objects that represent each item and its associated fields.