Gets the SQL statement for deleting an event log with an Event ID
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected Function GetDicomDeleteEventLogCommandText( _
ByVal eventID As Long _
) As String |
Parameters
- eventID
- The ID of the event log to be deleted.
Return Value
A
System.String representing the SQL statement for deleting an event log.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also