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


Метод ServerPropertyCollection.IEnumerable.GetEnumerator

Returns an enumerator that iterates through a collection.

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

Синтаксис

'Декларация
Private Function GetEnumerator As IEnumerator 
    Implements IEnumerable.GetEnumerator
'Применение
Dim instance As ServerPropertyCollection 
Dim returnValue As IEnumerator 

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator  
private override GetEnumerator : unit -> IEnumerator
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Возвращаемое значение

Тип: System.Collections.IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Реализует

IEnumerable.GetEnumerator()

См. также

Справочник

ServerPropertyCollection Класс

Пространство имен Microsoft.AnalysisServices