共用方式為


ReportElementCollectionBase<T>.IEnumerable.GetEnumerator 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the 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 ReportElementCollectionBase 
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
The enumerator that can be used to iterate through the collection.

實作

IEnumerable.GetEnumerator()

請參閱

參考

ReportElementCollectionBase<T> 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間