Sdílet prostřednictvím


ISqlErrorMessage.Severity – vlastnost

Získá nebo nastaví závažnost chyby.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Property Severity As Integer
    Get
    Set
int Severity { get; set; }
property int Severity {
    int get ();
    void set (int value);
}
abstract Severity : int with get, set
function get Severity () : int
function set Severity (value : int)

Hodnota vlastnosti

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlErrorMessage Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů