OlapInfoHierarchy.HierarchyProperties Property

 

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

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public OlapInfoPropertyCollection HierarchyProperties { get; }
public:
property OlapInfoPropertyCollection^ HierarchyProperties {
    OlapInfoPropertyCollection^ get();
}
member HierarchyProperties : OlapInfoPropertyCollection with get
Public ReadOnly Property HierarchyProperties As OlapInfoPropertyCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection

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

See Also

OlapInfoHierarchy Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top