Condividi tramite


Metodo PerspectiveMeasureCollection.Add (PerspectiveMeasure)

Adds a PerspectiveMeasure 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 PerspectiveMeasure _
) As Integer
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

PerspectiveMeasureCollection Classe

Overload Add

Spazio dei nomi Microsoft.AnalysisServices