다음을 통해 공유


StatusGraphic 속성

Gets or sets the status graphic associated with a Kpi object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property StatusGraphic As String
    Get
    Set
‘사용 방법
Dim instance As Kpi
Dim value As String

value = instance.StatusGraphic

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

속성 값

유형: System. . :: . .String
The name of the status graphic.

주의

The status graphic is usually an indicator of negative, neutral, or positive progress against some Key Performance Indicator (KPI).