DataRuleSetting.Severity Property
Gets a value that indicates the severity level for any problems that are caused by using these settings.
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; internal set; }
public:
property DataRuleProblemSeverity Severity {
DataRuleProblemSeverity get ();
internal: void set (DataRuleProblemSeverity value);
}
member Severity : DataRuleProblemSeverity with get, internal set
function get Severity () : DataRuleProblemSeverity
internal function set Severity (value : DataRuleProblemSeverity)
Property Value
Type: Microsoft.Data.Schema.StaticCodeAnalysis.DataRuleProblemSeverity
A member of the ProblemSeverity enumeration.
.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.StaticCodeAnalysis Namespace
ProblemSeverity