Freigeben über


SPDatabaseSnapshotCollection.GetEnumerator-Methode

Gibt einen Enumerator, der zum Durchlaufen der Auflistung verwendet werden kann.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of SPDatabaseSnapshot)
'Usage
Dim instance As SPDatabaseSnapshotCollection
Dim returnValue As IEnumerator(Of SPDatabaseSnapshot)

returnValue = instance.GetEnumerator()
public IEnumerator<SPDatabaseSnapshot> GetEnumerator()

Rückgabewert

Typ: System.Collections.Generic.IEnumerator<SPDatabaseSnapshot>
Ein Objekt, das die Auflistung durchlaufen kann.

Implementiert

IEnumerable<T>.GetEnumerator()

Siehe auch

Referenz

SPDatabaseSnapshotCollection Klasse

SPDatabaseSnapshotCollection-Member

Microsoft.SharePoint.Administration.Backup-Namespace