Kpi.DisplayFolder 属性

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

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.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.

请参阅

参考

Kpi 类

Microsoft.AnalysisServices.AdomdServer 命名空间