Partager via


Find méthode

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Find ( _
    attributeId As String _
) As PerspectiveAttribute
'Utilisation
Dim instance As PerspectiveAttributeCollection
Dim attributeId As String
Dim returnValue As PerspectiveAttribute

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

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices. . :: . .PerspectiveAttribute
The PerspectiveAttribute if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).