DataSchemaError.Severity Property
Gets the severity assigned to the error.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Severity As ErrorSeverity
public ErrorSeverity Severity { get; }
public:
property ErrorSeverity Severity {
ErrorSeverity get ();
}
member Severity : ErrorSeverity
function get Severity () : ErrorSeverity
Property Value
Type: Microsoft.Data.Schema.ErrorSeverity
A member of the ErrorSeverity enumeration that indicates the severity of the error.
.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.
See Also
Reference
Microsoft.Data.Schema Namespace
ErrorSeverity