Поделиться через


Метод PropertyCollection.GetEnumerator

Gets an enumerator that can iterate through the list of objects.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function GetEnumerator As IEnumerator
'Применение
Dim instance As PropertyCollection 
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 IEnumeratorobject value that can be used to iterate through the collection.

Реализует

IEnumerable.GetEnumerator()

Примеры

Использование коллекций

См. также

Справочник

PropertyCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Использование коллекций