ProjectContextDataSet.RelationshipsDataTable.AddRelationshipsRow メソッド (ProjectContextDataSet.RelationshipsRow)
名前空間: WebSvcProject
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Sub AddRelationshipsRow ( _
row As ProjectContextDataSet.RelationshipsRow _
)
'使用
Dim instance As ProjectContextDataSet.RelationshipsDataTable
Dim row As ProjectContextDataSet.RelationshipsRow
instance.AddRelationshipsRow(row)
public void AddRelationshipsRow(
ProjectContextDataSet.RelationshipsRow row
)
パラメーター
row
型: WebSvcProject.ProjectContextDataSet.RelationshipsRowリレーションシップを追加するには、行が含まれています。
関連項目
参照先
ProjectContextDataSet.RelationshipsDataTable クラス