| SqlEventLogUpdateSeverityLevel Method |
Updates the attributes of an existing event severity level.
Namespace:
Galactic.EventLog.Sql
Assembly:
Galactic.EventLog.Sql (in Galactic.EventLog.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax protected bool UpdateSeverityLevel(
int id,
string name
)
Protected Function UpdateSeverityLevel (
id As Integer,
name As String
) As Boolean
protected:
bool UpdateSeverityLevel(
int id,
String^ name
)
member UpdateSeverityLevel :
id : int *
name : string -> bool
Parameters
- id
- Type: SystemInt32
The ID of the event severity level in the database. - name
- Type: SystemString
The name to give the event severity level.
Return Value
Type:
BooleanTrue if the update succeeded, false otherwise.
See Also