ProjectDataSet.DependencyDataTable.AddDependencyRow 方法 (ProjectDataSet.DependencyRow)

将一个DependencyRow对象添加到DependencyDataTable中。

命名空间:  WebSvcStatusing
程序集:  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
)

参数

另请参阅

引用

ProjectDataSet.DependencyDataTable 类

ProjectDataSet.DependencyDataTable 成员

AddDependencyRow 重载

WebSvcStatusing 命名空间