DriverDataSet.DriverImpactStatementsDataTable.GetEnumerator 方法

获取一个枚举数可用于循环访问DriverImpactStatementsDataTable的行。

命名空间:  WebSvcDriver
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Overridable Function GetEnumerator As IEnumerator
用法
Dim instance As DriverDataSet.DriverImpactStatementsDataTable
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()

返回值

类型:System.Collections.IEnumerator

实现

IEnumerable.GetEnumerator()

另请参阅

引用

DriverDataSet.DriverImpactStatementsDataTable 类

DriverDataSet.DriverImpactStatementsDataTable 成员

WebSvcDriver 命名空间