CodeAnalysisResult.GetAllErrors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError> GetAllErrors ();
member this.GetAllErrors : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError>
Public Function GetAllErrors () As ReadOnlyCollection(Of ExtensibilityError)