StatusTransactionDataSet.StatusTransactionsDataTable.Item 属性

获取StatusTransactionsDataTable,其中由索引指定行中的一行。

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

语法

声明
Public ReadOnly Property Item ( _
    index As Integer _
) As StatusTransactionDataSet.StatusTransactionsRow
    Get
用法
Dim instance As StatusTransactionDataSet.StatusTransactionsDataTable
Dim index As Integer
Dim value As StatusTransactionDataSet.StatusTransactionsRow

value = instance.Item(index)
public StatusTransactionDataSet.StatusTransactionsRow this[
    int index
] { get; }

参数

属性值

类型:WebSvcStatusing.StatusTransactionDataSet.StatusTransactionsRow

另请参阅

引用

StatusTransactionDataSet.StatusTransactionsDataTable 类

StatusTransactionDataSet.StatusTransactionsDataTable 成员

WebSvcStatusing 命名空间