ImpactDetail.Severity Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets a string with the values Error or Warning depending on the severity of the impact analysis.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string Severity { get; set; }
public:
property String^ Severity {
    String^ get();
    void set(String^ value);
}
member Severity : string with get, set
Public Property Severity As String

Property Value

Type: System.String

A string with the values Error or Warning depending on the severity of the impact analysis.

See Also

ImpactDetail Class
Microsoft.AnalysisServices Namespace

Return to top