Proprietà Kpi.DisplayFolder

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

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

Valore proprietà

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

Osservazioni

This structure is not enforced.

Vedere anche

Riferimento

Kpi Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer