Compartir a través de


PerspectiveDimensionCollection.Add Método (String)

Creates and adds a PerspectiveDimension, with the specified identifier, to the end of the collection.

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

Sintaxis

'Declaración
Public Function Add ( _
    cubeDimensionId As String _
) As PerspectiveDimension
'Uso
Dim instance As PerspectiveDimensionCollection 
Dim cubeDimensionId As String 
Dim returnValue As PerspectiveDimension 

returnValue = instance.Add(cubeDimensionId)
public PerspectiveDimension Add(
    string cubeDimensionId
)
public:
PerspectiveDimension^ Add(
    String^ cubeDimensionId
)
member Add : 
        cubeDimensionId:string -> PerspectiveDimension
public function Add(
    cubeDimensionId : String
) : PerspectiveDimension

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.PerspectiveDimension
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