Piezīme
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
Deletes the specified row object from the EventHandlersDataTable.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveEventHandlersRow ( _
row As EventHandlersDataSet.EventHandlersRow _
)
'Usage
Dim instance As EventHandlersDataSet.EventHandlersDataTable
Dim row As EventHandlersDataSet.EventHandlersRow
instance.RemoveEventHandlersRow(row)
public void RemoveEventHandlersRow(
EventHandlersDataSet.EventHandlersRow row
)
Parameters
Remarks
Contains the row that is to be deleted.
See also
Reference
EventHandlersDataSet.EventHandlersDataTable class