SqlRuleExecutionContext Properties
Updated: April 20, 2017
Namespace:
Microsoft.SqlServer.Dac.CodeAnalysis
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | ModelElement | The TSqlObject being analyzed. |
![]() | RuleDescriptor | Describes the rule being executed, and can be used to access the |
![]() | SchemaModel | The TSqlModel being analyzed. |
![]() | ScriptFragment | Gets the script fragment which defines the element being analyzed, if this is available. May be null. Tries to get the most suitable TSqlFragment for use during the rule analysis process. If the TSqlObject was originally built from a scripted source then the original source fragment will be returned. Otherwise a new AST will be generated from the ModelElement />. This ensures that when reporting SqlRuleProblems the most accurate source information can be included in the error messages. |
Show:
