共用方式為


ProjectWSSInfoDataSet.ProjWssInfoDataTable.GetEnumerator 方法

取得列舉值,可以用來逐一查看的ProjWssInfoDataTable資料列。

命名空間:  WebSvcWssInterop
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
Public Overridable Function GetEnumerator As IEnumerator
'用途
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim returnValue As IEnumerator

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

傳回值

類型:System.Collections.IEnumerator

實作

IEnumerable.GetEnumerator()

請參閱

參照

ProjectWSSInfoDataSet.ProjWssInfoDataTable 類別

ProjectWSSInfoDataSet.ProjWssInfoDataTable 成員

WebSvcWssInterop 命名空間