共用方式為


ImpactDetail.Severity 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property Severity As String 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

ImpactDetail 類別

Microsoft.AnalysisServices 命名空間