CodeAnalysisService.GetRuleLoadErrors 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 any errors that may have occurred during loading of the analysis rules. This causes rules to be loaded by the service.
public System.Collections.Generic.IList<Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError> GetRuleLoadErrors ();
member this.GetRuleLoadErrors : unit -> System.Collections.Generic.IList<Microsoft.SqlServer.Dac.Extensibility.ExtensibilityError>
Public Function GetRuleLoadErrors () As IList(Of ExtensibilityError)
Returns
A list of errors that occurred during rule loading.