Condividi tramite


Metodo PerspectiveDimensionCollection.Add (PerspectiveDimension)

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

Parametri

Valore restituito

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

Vedere anche

Riferimento

PerspectiveDimensionCollection Classe

Overload Add

Spazio dei nomi Microsoft.AnalysisServices