WorkflowDataSet.WorkflowAssociationDataTable.RemoveWorkflowAssociationRow 方法
从WorkflowAssociationDataTable中删除指定的行。
命名空间: WebSvcWorkflow
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Sub RemoveWorkflowAssociationRow ( _
row As WorkflowDataSet.WorkflowAssociationRow _
)
用法
Dim instance As WorkflowDataSet.WorkflowAssociationDataTable
Dim row As WorkflowDataSet.WorkflowAssociationRow
instance.RemoveWorkflowAssociationRow(row)
public void RemoveWorkflowAssociationRow(
WorkflowDataSet.WorkflowAssociationRow row
)
参数
row
类型:WebSvcWorkflow.WorkflowDataSet.WorkflowAssociationRow包含要删除的行。
另请参阅
引用
WorkflowDataSet.WorkflowAssociationDataTable 类