LookupTableMultiLangDataSet.LookupTablesDataTable.Item 属性
通过使用指定的参数在LookupTablesDataTable中获取 row 对象。
命名空间: WebSvcLookupTable
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public ReadOnly Property Item ( _
index As Integer _
) As LookupTableMultiLangDataSet.LookupTablesRow
Get
用法
Dim instance As LookupTableMultiLangDataSet.LookupTablesDataTable
Dim index As Integer
Dim value As LookupTableMultiLangDataSet.LookupTablesRow
value = instance.Item(index)
public LookupTableMultiLangDataSet.LookupTablesRow this[
int index
] { get; }
参数
index
类型:System.Int32一个整数,指定LookupTablesDataTable中的一行。
属性值
类型:WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTablesRow
Row 对象。
另请参阅
引用
LookupTableMultiLangDataSet.LookupTablesDataTable 类