Compartilhar via


Propriedade do RDL SystemMessage.Severity

Gets the severity of the system message.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Exemplos

Usando mensagens

Consulte também

Referência

SystemMessage Classe

Namespace Microsoft.SqlServer.Management.Smo