หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Adds a PerspectiveHierarchy to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
item As PerspectiveHierarchy _
) As Integer
'Usage
Dim instance As PerspectiveHierarchyCollection
Dim item As PerspectiveHierarchy
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
PerspectiveHierarchy item
)
public:
int Add(
PerspectiveHierarchy^ item
)
member Add :
item:PerspectiveHierarchy -> int
public function Add(
item : PerspectiveHierarchy
) : int
Parameters
- item
Type: Microsoft.AnalysisServices.PerspectiveHierarchy
The PerspectiveHierarchy to add.
Return Value
Type: System.Int32
The zero-based index at which the PerspectiveHierarchy has been added.