Condividi tramite


Metodo PerspectiveDimensionCollection.Find

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Find ( _
    cubeDimensionId As String _
) As PerspectiveDimension
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

PerspectiveDimensionCollection Classe

Spazio dei nomi Microsoft.AnalysisServices