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.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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.