ImpactDetail.Severity Property

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

'Declaration
Public Property Severity As String 
    Get 
    Set
'Usage
Dim instance As ImpactDetail 
Dim value As String 

value = instance.Severity

instance.Severity = value
public string Severity { get; set; }
public:
property String^ Severity {
    String^ get ();
    void set (String^ value);
}
member Severity : string with get, set
function get Severity () : String 
function set Severity (value : String)

Property Value

Type: System.String
A string with the values Error or Warning depending on the severity of the impact analysis.

See Also

Reference

ImpactDetail Class

Microsoft.AnalysisServices Namespace