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.