DriverPrioritizationDataSet.DriverRelationsDataTable.RemoveDriverRelationsRow 方法
會從DriverRelationsDataTable刪除指定的 row 物件。
命名空間: WebSvcDriver
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Sub RemoveDriverRelationsRow ( _
row As DriverPrioritizationDataSet.DriverRelationsRow _
)
'用途
Dim instance As DriverPrioritizationDataSet.DriverRelationsDataTable
Dim row As DriverPrioritizationDataSet.DriverRelationsRow
instance.RemoveDriverRelationsRow(row)
public void RemoveDriverRelationsRow(
DriverPrioritizationDataSet.DriverRelationsRow row
)
參數
請參閱
參照
DriverPrioritizationDataSet.DriverRelationsDataTable 類別