Compartir a través de


PerspectiveDimensionCollection.Add Método (PerspectiveDimension)

Adds a PerspectiveDimension to the end of the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

PerspectiveDimensionCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices