Compartilhar via


Método PerspectiveDimensionCollection.Add (PerspectiveDimension)

Adds a PerspectiveDimension to the end of the collection.

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

Sintaxe

'Declaração
Public Function Add ( _
    item As PerspectiveDimension _
) As Integer
'Uso
Dim instance As PerspectiveDimensionCollection 
Dim item As PerspectiveDimension 
Dim returnValue As Integer 

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

Parâmetros

Valor de retorno

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

Consulte também

Referência

PerspectiveDimensionCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices