ProjectContextDataSet.RelationshipsDataTable.Item プロパティ
RelationshipsDataTable行がインデックスで指定されている行を取得します。
名前空間: WebSvcProject
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
'宣言
Public ReadOnly Property Item ( _
index As Integer _
) As ProjectContextDataSet.RelationshipsRow
Get
'使用
Dim instance As ProjectContextDataSet.RelationshipsDataTable
Dim index As Integer
Dim value As ProjectContextDataSet.RelationshipsRow
value = instance.Item(index)
public ProjectContextDataSet.RelationshipsRow this[
int index
] { get; }
index
型: System.Int32行を指定します。
型: WebSvcProject.ProjectContextDataSet.RelationshipsRow
ProjectContextDataSet.RelationshipsDataTable クラス