Freigeben über


Kpi.DisplayFolder-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property DisplayFolder As String 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

This structure is not enforced.

Siehe auch

Verweis

Kpi Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace