SCRS_GetAlertSeverity Stored Procedure

System Center

In SCRM 2006, SCRS_GetAlertSeverity gets a list of alert severities with optional <ALL> member.


SCRS_GetAlertSeverity @LocaleID
,[ @NoALLOption = ] 0 

@LocaleID

Type: int

Locale identifier for the installed product.

@NoALLOption

Type: bit

Determines whether output includes <ALL>; 1 excludes it, 0 includes it.

Type: int

Value: Always 0.

Column name Data Type Description

AlertLevelName

String

Output value from SCRM 2006 SCRS_AlertLevelDimension_View.AlertLevelName.

AlertLevelNameLabel

String

Output value from SCRM 2006 SCRS_AlertLevelDimension_View.AlertLevelName.

Show: