ImpactDetail.Severity Property

 

Applies To: SQL Server 2016 Preview

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 (in Microsoft.AnalysisServices.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