次の方法で共有


AssnHistoryDataSet.HistoryDataTable.RemoveHistoryRow メソッド

HistoryDataTableからの行の指定したオブジェクトを削除します。

名前空間:  WebSvcStatusing
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Sub RemoveHistoryRow ( _
    row As AssnHistoryDataSet.HistoryRow _
)
'使用
Dim instance As AssnHistoryDataSet.HistoryDataTable
Dim row As AssnHistoryDataSet.HistoryRow

instance.RemoveHistoryRow(row)
public void RemoveHistoryRow(
    AssnHistoryDataSet.HistoryRow row
)

パラメーター

関連項目

参照先

AssnHistoryDataSet.HistoryDataTable クラス

AssnHistoryDataSet.HistoryDataTable メンバー

WebSvcStatusing 名前空間