Condividi tramite


Metodo PerspectiveCollection.Add (Perspective)

Adds a Perspective 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 Perspective _
) As Integer
'Utilizzo
Dim instance As PerspectiveCollection 
Dim item As Perspective 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    Perspective item
)
public:
int Add(
    Perspective^ item
)
member Add : 
        item:Perspective -> int
public function Add(
    item : Perspective
) : int

Parametri

Valore restituito

Tipo: System.Int32
The zero-based index at which the Perspective has been added.

Vedere anche

Riferimento

PerspectiveCollection Classe

Overload Add

Spazio dei nomi Microsoft.AnalysisServices