Freigeben über


BackupSetCollection.GetEnumerator-Methode

Gets an enumerator object that can be used to iterate through the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As BackupSetCollection 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator  
override GetEnumerator : unit -> IEnumerator
public final function GetEnumerator() : IEnumerator

Rückgabewert

Typ: System.Collections.IEnumerator
An enumerator object that can be used to iterate through the collection.

Implementiert

IEnumerable.GetEnumerator()

Siehe auch

Verweis

BackupSetCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace