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.
Gets or sets the severity of this problem.
Namespace: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Severity As DataRuleProblemSeverity
public DataRuleProblemSeverity Severity { get; set; }
public:
property DataRuleProblemSeverity Severity {
DataRuleProblemSeverity get ();
void set (DataRuleProblemSeverity value);
}
member Severity : DataRuleProblemSeverity with get, set
function get Severity () : DataRuleProblemSeverity
function set Severity (value : DataRuleProblemSeverity)
Property Value
Type: Microsoft.Data.Schema.StaticCodeAnalysis.DataRuleProblemSeverity
Remarks
The severity can be an error or a warning.
.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.