Compartilhar via


Método PerspectiveMeasureCollection.Add (PerspectiveMeasure)

Adds a PerspectiveMeasure to the end of the collection.

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

Sintaxe

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

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

Parâmetros

Valor de retorno

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

Consulte também

Referência

PerspectiveMeasureCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices