SqlRuleExecutionContext Class
Updated: April 20, 2017
Defines the fields necessary for analysis, including the schema model and model element to analyze.
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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

