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
)
パラメーター
row
型: WebSvcStatusing.AssnHistoryDataSet.HistoryRow削除する行が含まれています。
関連項目
参照先
AssnHistoryDataSet.HistoryDataTable クラス