CodeAnalysisResult.Problems Property

Definition

Any problems discovered by the rules run during code analysis

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Dac.CodeAnalysis.SqlRuleProblem> Problems { get; }
member this.Problems : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Dac.CodeAnalysis.SqlRuleProblem>
Public ReadOnly Property Problems As ReadOnlyCollection(Of SqlRuleProblem)

Property Value

Applies to