此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets an enumerator that iterates through the collection.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Function GetEnumerator As IEnumerator(Of T)
用法
Dim instance As ChartObjectCollectionBase
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
public final function GetEnumerator() : IEnumerator<T>
返回值
类型:System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> object that can be used to enumerate through the collection.
实现
IEnumerable<T>.GetEnumerator()