CodeAnalysisResult Methods
Updated: April 20, 2017
Namespace:
Microsoft.SqlServer.Dac.CodeAnalysis
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetAllErrors() | 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. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | SerializeResultsToXml(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. |
![]() | SerializeResultsToXml(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. |
![]() | ToString() | (Inherited from Object.) |
Show:
