Właściwość Severity
Pobiera lub ustawia poziom ważności wiadomości błąd powodujący alert należy podnieść.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Severity As Integer
Get
Set
'Użycie
Dim instance As Alert
Dim value As Integer
value = instance.Severity
instance.Severity = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int Severity { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int Severity {
int get ();
void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Severity : int with get, set
function get Severity () : int
function set Severity (value : int)
Wartość właściwości
Typ: System. . :: . .Int32
Int32 Wartość określająca ważności komunikat o błędzie.
Uwagi
A SQL Server Agent alert is raised when a Microsoft SQL Server process raises a specific error or an error of a specific severity level.Ustawienie Severity Właściwość Alert alert z określonym kojarzy obiekt SQL Server Błąd wiadomości wskaźnik poziom.
Ustawienie zarówno Severity i MessageID Właściwości Alert obiektu próbuje skojarzyć alert błąd poziom ważności wiadomości i komunikat o błędzie, co powoduje, że wyjątek.
Zobacz także