Compartilhar via


Método PerspectiveCollection.Add (Perspective)

Adds a Perspective to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function Add ( _
    item As Perspective _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

PerspectiveCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices