Compartir a través de


PerspectiveDimensionCollection.Find Método

Gets the PerspectiveDimension that has the specified identifier from the collection.

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

Sintaxis

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

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

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.PerspectiveDimension
A PerspectiveDimension if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

Vea también

Referencia

PerspectiveDimensionCollection Clase

Espacio de nombres Microsoft.AnalysisServices