Proprietà ImpactDetail.Severity

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property Severity As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ImpactDetail Classe

Spazio dei nomi Microsoft.AnalysisServices