Свойство Kpi.DisplayFolder
Gets a forward-slash-delimited categorization structure, used by client applications to determine the hierarchical presentation of the Kpi.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.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.