PerspectiveHierarchy Constructor (String)
Initializes a new instance of the PerspectiveHierarchy with the specified hierarchy identifier.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
hierarchyId As String _
)
'Uso
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
)
Parámetros
- hierarchyId
Tipo: 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.