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.