SqlRuleExecutionContext Properties

 

Updated: April 20, 2017

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

NameDescription
System_CAPS_pubpropertyModelElement

The TSqlObject being analyzed.

System_CAPS_pubpropertyRuleDescriptor

Describes the rule being executed, and can be used to access the

System_CAPS_pubpropertySchemaModel

The TSqlModel being analyzed.

System_CAPS_pubpropertyScriptFragment

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.

Return to top
Show: