次の方法で共有


LookupTableDataSet.LookupTableTreesDataTable.GetEnumerator Method

Gets an enumerator that can be used to iterate through the rows of the LookupTableTreesDataTable.

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

Syntax

'Declaration
Public Overridable Function GetEnumerator As IEnumerator
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesDataTable
Dim returnValue As IEnumerator

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

Return Value

Type: System.Collections.IEnumerator

Implements

IEnumerable.GetEnumerator()

See Also

Reference

LookupTableDataSet.LookupTableTreesDataTable Class

LookupTableDataSet.LookupTableTreesDataTable Members

LookupTable Web Service