FiscalPeriodDataSet.FiscalPeriodsDataTable.Item プロパティ
FiscalPeriodsRowFiscalPeriodsDataTableで指定したインデックス位置に格納されている会計年度の期間のデータを取得します。
名前空間: 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 クラス