ProjectDataSet.DependencyDataTable.RemoveDependencyRow 方法
从DependencyDataTable中删除指定的行的对象。
命名空间: WebSvcStatusing
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Sub RemoveDependencyRow ( _
row As ProjectDataSet.DependencyRow _
)
用法
Dim instance As ProjectDataSet.DependencyDataTable
Dim row As ProjectDataSet.DependencyRow
instance.RemoveDependencyRow(row)
public void RemoveDependencyRow(
ProjectDataSet.DependencyRow row
)
参数
row
类型:WebSvcStatusing.ProjectDataSet.DependencyRow指定要删除的行。
另请参阅
引用
ProjectDataSet.DependencyDataTable 类