StatusingDataSet.CalendarsDataTable.Item 属性

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

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

语法

声明
Public ReadOnly Property Item ( _
    index As Integer _
) As StatusingDataSet.CalendarsRow
    Get
用法
Dim instance As StatusingDataSet.CalendarsDataTable
Dim index As Integer
Dim value As StatusingDataSet.CalendarsRow

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

参数

属性值

类型:WebSvcStatusing.StatusingDataSet.CalendarsRow

另请参阅

引用

StatusingDataSet.CalendarsDataTable 类

StatusingDataSet.CalendarsDataTable 成员

WebSvcStatusing 命名空间