OlapInfoHierarchy.HierarchyProperties 属性

Gets an OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property HierarchyProperties As OlapInfoPropertyCollection 
    Get
用法
Dim instance As OlapInfoHierarchy 
Dim value As OlapInfoPropertyCollection 

value = instance.HierarchyProperties
public OlapInfoPropertyCollection HierarchyProperties { get; }
public:
property OlapInfoPropertyCollection^ HierarchyProperties {
    OlapInfoPropertyCollection^ get ();
}
member HierarchyProperties : OlapInfoPropertyCollection
function get HierarchyProperties () : OlapInfoPropertyCollection

属性值

类型:Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection
An OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.

请参阅

参考

OlapInfoHierarchy 类

Microsoft.AnalysisServices.AdomdClient 命名空间