Méthode PerspectiveAttributeCollection.Find
Gets the PerspectiveAttribute 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 ( _
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
- attributeId
Type : System.String
The identifier of the PerspectiveAttribute to return.
Valeur de retour
Type : Microsoft.AnalysisServices.PerspectiveAttribute
The PerspectiveAttribute if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).