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


Метод ChartObjectCollectionBase<T, U>.IEnumerable.GetEnumerator

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets an enumerator that iterates through the collection.

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

Синтаксис

'Декларация
Private Function GetEnumerator As IEnumerator 
    Implements IEnumerable.GetEnumerator
'Применение
Dim instance As ChartObjectCollectionBase 
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 be used to iterate through the collection.

Реализует

IEnumerable.GetEnumerator()

См. также

Справочник

ChartObjectCollectionBase<T, U> Класс

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