Метод GetEnumerator
Returns an IEnumerator interface that lets you iterate through the objects in the collection.
Пространство имен: Microsoft.SqlServer.Management.Smo.RegisteredServers
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Function GetEnumerator As IEnumerator
'Применение
Dim instance As ServerGroupCollection
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
Возвращаемое значение
Тип System.Collections. . :: . .IEnumerator
An IEnumerator system interface for the referenced collection object.
Реализует интерфейс
См. также