TimesheetManagersDataSet.TimesheetManagersDataTable.GetEnumerator メソッド
DepartmentDataTableの行を反復処理するために使用できる列挙子を取得します。
名前空間: WebSvcAdmin
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Overridable Function GetEnumerator As IEnumerator
'使用
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()
戻り値
型: System.Collections.IEnumerator
部門データ テーブルの反復子。
実装
関連項目
参照先
TimesheetManagersDataSet.TimesheetManagersDataTable クラス