Конструктор PerspectiveHierarchy (String)
Initializes a new instance of the PerspectiveHierarchy with the specified hierarchy identifier.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
hierarchyId As String _
)
'Применение
Dim hierarchyId As String
Dim instance As New PerspectiveHierarchy(hierarchyId)
public PerspectiveHierarchy(
string hierarchyId
)
public:
PerspectiveHierarchy(
String^ hierarchyId
)
new :
hierarchyId:string -> PerspectiveHierarchy
public function PerspectiveHierarchy(
hierarchyId : String
)
Параметры
- hierarchyId
Тип: System.String
A String that contains a unique identifier for a hierarchy. This is a reference to a specific dimension role on the owning measure group.