Méthode Find
Gets the PerspectiveDimension that has the specified identifier from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Find ( _
cubeDimensionId As String _
) As PerspectiveDimension
'Utilisation
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
Paramètres
- cubeDimensionId
Type : System. . :: . .String
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .PerspectiveDimension
A PerspectiveDimension if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).
Voir aussi