CodeAnalysisResult Methods

 

Updated: April 20, 2017

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetAllErrors()

Gets all errors, whether during initialization or during the analysis process. This does not include the Problems found during analysis since these are returned separately.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSerializeResultsToXml(Stream^)

Serializes the results in XML format to an output stream. For backwards compatibility Only the problems discovered during analysis are output. No errors that occurred during the analysis process will be output.

System_CAPS_pubmethodSerializeResultsToXml(String^)

Serializes the results in XML format to an output file. Only the problems discovered during analysis are output. No errors that occurred during the analysis process will be output.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: