Freigeben über


ServerIPAddressCollection.GetEnumerator-Methode

Returns an IEnumerator interface that allows you to iterate through the objects in the collection.

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

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As ServerIPAddressCollection 
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 IEnumerator system interface for the referenced collection object.

Implementiert

IEnumerable.GetEnumerator()

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

ServerIPAddressCollection Klasse

Microsoft.SqlServer.Management.Smo.Wmi-Namespace