CodeAnalysisResult Properties

 

Updated: April 20, 2017

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

NameDescription
System_CAPS_pubpropertyAnalysisErrors

Gets the errors and messages that occurred during analysis.

System_CAPS_pubpropertyAnalysisSucceeded

Gets a value that indicates whether the analysis was completed successfully.

System_CAPS_pubpropertyInitializationErrors

Gets errors that occurred during initialization of code analysis, rule lookup, and anything other than the analysis itself.

System_CAPS_pubpropertyProblems

Gets the problems discovered by the rules run during code analysis.

System_CAPS_pubpropertySuppressionErrors

Gets errors that occurred during calling of the message suppression routine.

Return to top
Show: