SqlRuleProblem Properties
Updated: April 20, 2017
Namespace:
Microsoft.SqlServer.Dac.CodeAnalysis
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Description | Gets the problem description. |
![]() | ErrorMessageString | Gets the string for displaying the error message, based on rule information and the problem description. |
![]() | Fragment | Gets the TSqlFragment causing the problem. |
![]() | ModelElement | Gets the TSqlObject causing the current problem. |
![]() | RuleId | Gets the ID of the rule that created this SqlRuleProblem. |
![]() | Severity | Gets or sets the severity of this problem, can be error, warning. |
![]() | SourceName | 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. |
![]() | StartColumn | Gets the column the problem begins at, if known. |
![]() | StartLine | Gets the line the problem begins at, if known. |
Show:
