ProjectDataSet.DependencyDataTable.AddDependencyRow 方法 (ProjectDataSet.DependencyRow)
DependencyRow會將物件新增至DependencyDataTable。
命名空間: WebSvcProject
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Sub AddDependencyRow ( _
row As ProjectDataSet.DependencyRow _
)
'用途
Dim instance As ProjectDataSet.DependencyDataTable
Dim row As ProjectDataSet.DependencyRow
instance.AddDependencyRow(row)
public void AddDependencyRow(
ProjectDataSet.DependencyRow row
)
參數
row
類型:WebSvcProject.ProjectDataSet.DependencyRow包含要新增的相依性資料列。
請參閱
參照
ProjectDataSet.DependencyDataTable 類別