Proprietà SystemMessage.Severity

Gets the severity of the system message.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Severity As Byte 
    Get
'Utilizzo
Dim instance As SystemMessage 
Dim value As Byte 

value = instance.Severity
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public byte Severity { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property unsigned char Severity {
    unsigned char get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Severity : byte
function get Severity () : byte

Valore proprietà

Tipo: System.Byte
A Uint8 value that specifies the severity of the system message.

Esempi

Utilizzo di messaggi

Vedere anche

Riferimento

SystemMessage Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo