Compartir a través de


SystemMessage.Severity Propiedad

Gets the severity of the system message.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Severity As Byte 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Usar mensajes

Vea también

Referencia

SystemMessage Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo