ResourceDataSet.ResourcesDataTable.Item 属性
在ResourcesDataTable,其中由索引指定的行中获取 row 对象。
命名空间: WebSvcWorkflow
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public ReadOnly Property Item ( _
index As Integer _
) As ResourceDataSet.ResourcesRow
Get
用法
Dim instance As ResourceDataSet.ResourcesDataTable
Dim index As Integer
Dim value As ResourceDataSet.ResourcesRow
value = instance.Item(index)
public ResourceDataSet.ResourcesRow this[
int index
] { get; }
参数
index
类型:System.Int32指定的行。
属性值
类型:WebSvcWorkflow.ResourceDataSet.ResourcesRow
资源数据的表中的一行。
另请参阅
引用
ResourceDataSet.ResourcesDataTable 类