Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the severity level for the assigned category.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Function GetSeverity As ErrorSeverity
public virtual ErrorSeverity GetSeverity()
public:
virtual ErrorSeverity GetSeverity()
abstract GetSeverity : unit -> ErrorSeverity
override GetSeverity : unit -> ErrorSeverity
public function GetSeverity() : ErrorSeverity
Return Value
Type: Microsoft.Data.Schema.ErrorSeverity
The severity level.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.