Kpi.DisplayFolder 속성

Gets a forward-slash-delimited categorization structure, used by client applications to determine the hierarchical presentation of the Kpi.

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

구문

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

value = instance.DisplayFolder
public string DisplayFolder { get; }
public:
property String^ DisplayFolder {
    String^ get ();
}
member DisplayFolder : string
function get DisplayFolder () : String

속성 값

유형: System.String
A String containing the hierarchical presentation information of the Kpi.

주의

This structure is not enforced.

참고 항목

참조

Kpi 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스