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 네임스페이스