Metodo PerspectiveHierarchyCollection.Add (PerspectiveHierarchy)
Adds a PerspectiveHierarchy to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
item As PerspectiveHierarchy _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices.PerspectiveHierarchy
The PerspectiveHierarchy to add.
Valore restituito
Tipo: System.Int32
The zero-based index at which the PerspectiveHierarchy has been added.