CodeAnalysisResult.InitializationErrors Property
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 errors that occurred during initialization of code analysis, rule lookup, and anything other than the analysis itself.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError> InitializationErrors { get; }
member this.InitializationErrors : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError>
Public ReadOnly Property InitializationErrors As ReadOnlyCollection(Of ExtensibilityError)