หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Creates and adds a CubeHierarchy, with the specified identifier, to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
hierarchyId As String _
) As CubeHierarchy
'Usage
Dim instance As CubeHierarchyCollection
Dim hierarchyId As String
Dim returnValue As CubeHierarchy
returnValue = instance.Add(hierarchyId)
public CubeHierarchy Add(
string hierarchyId
)
public:
CubeHierarchy^ Add(
String^ hierarchyId
)
member Add :
hierarchyId:string -> CubeHierarchy
public function Add(
hierarchyId : String
) : CubeHierarchy
Parameters
- hierarchyId
Type: System.String
The CubeHierarchy to be added.
Return Value
Type: Microsoft.AnalysisServices.CubeHierarchy
The zero-based index at which the CubeHierarchy has been added.