FiscalPeriodDataSet.FiscalPeriodsDataTable.Item 属性
获取存储在FiscalPeriodsDataTable中的指定索引处的FiscalPeriodsRow的会计期间的数据。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public ReadOnly Property Item ( _
index As Integer _
) As FiscalPeriodDataSet.FiscalPeriodsRow
Get
用法
Dim instance As FiscalPeriodDataSet.FiscalPeriodsDataTable
Dim index As Integer
Dim value As FiscalPeriodDataSet.FiscalPeriodsRow
value = instance.Item(index)
public FiscalPeriodDataSet.FiscalPeriodsRow this[
int index
] { get; }
参数
- index
类型:System.Int32
属性值
类型:WebSvcAdmin.FiscalPeriodDataSet.FiscalPeriodsRow
另请参阅
引用
FiscalPeriodDataSet.FiscalPeriodsDataTable 类