LookupTableDataSet.LookupTablesDataTable.Item プロパティ
指定したパラメーターを使用して、 LookupTablesDataTable内の row オブジェクトを取得します。
名前空間: WebSvcLookupTable
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public ReadOnly Property Item ( _
index As Integer _
) As LookupTableDataSet.LookupTablesRow
Get
'使用
Dim instance As LookupTableDataSet.LookupTablesDataTable
Dim index As Integer
Dim value As LookupTableDataSet.LookupTablesRow
value = instance.Item(index)
public LookupTableDataSet.LookupTablesRow this[
int index
] { get; }
パラメーター
index
型: System.Int32LookupTablesDataTableの行を指定する整数です。
プロパティ値
型: WebSvcLookupTable.LookupTableDataSet.LookupTablesRow
参照テーブルの行オブジェクト。
関連項目
参照先
LookupTableDataSet.LookupTablesDataTable クラス