SqlRuleProblem Properties

 

Updated: April 20, 2017

Namespace:   Microsoft.SqlServer.Dac.CodeAnalysis
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

NameDescription
System_CAPS_pubpropertyDescription

Gets the problem description.

System_CAPS_pubpropertyErrorMessageString

Gets the string for displaying the error message, based on rule information and the problem description.

System_CAPS_pubpropertyFragment

Gets the TSqlFragment causing the problem.

System_CAPS_pubpropertyModelElement

Gets the TSqlObject causing the current problem.

System_CAPS_pubpropertyRuleId

Gets the ID of the rule that created this SqlRuleProblem.

System_CAPS_pubpropertySeverity

Gets or sets the severity of this problem, can be error, warning.

System_CAPS_pubpropertySourceName

Gets the name of the source this problem was found in. This is determined based on the model element passed into the constructor. May be null if no source information was available. For instance models loaded from Dacpac files may not have source information available.

System_CAPS_pubpropertyStartColumn

Gets the column the problem begins at, if known.

System_CAPS_pubpropertyStartLine

Gets the line the problem begins at, if known.

Return to top
Show: