Метод GaugePanelObjectCollectionBase<T>.IEnumerable.GetEnumerator
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Применение
Dim instance As GaugePanelObjectCollectionBase
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<T> object that can be used to iterate through the collection.
Реализует
См. также
Справочник
GaugePanelObjectCollectionBase<T> Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering