SqlAnalysisRule Class
SQL Server 2014
Updated: April 20, 2017
Represents a base class for all types of analysis rule. An analysis rule analyzes a model / model element and returns a list of problems found during analysis.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
System::Object
Microsoft.SqlServer.Dac.CodeAnalysis::SqlAnalysisRule
Microsoft.SqlServer.Dac.CodeAnalysis::SqlCodeAnalysisRule
Microsoft.SqlServer.Dac.CodeAnalysis::SqlAnalysisRule
Microsoft.SqlServer.Dac.CodeAnalysis::SqlCodeAnalysisRule
| Name | Description | |
|---|---|---|
![]() | SqlAnalysisRule() | Initializes a new instance of the SqlAnalysisRule class. |
| Name | Description | |
|---|---|---|
![]() | SupportedElementTypes |
| Name | Description | |
|---|---|---|
![]() | Analyze(SqlRuleExecutionContext^) | Performs analysis and returns a list of problems detected. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (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.
Community Additions
ADD
Show:


