PerspectiveAttributeCollection.Find Method
Gets the PerspectiveAttribute that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
attributeId As String _
) As PerspectiveAttribute
'Usage
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
Parameters
- attributeId
Type: System.String
The identifier of the PerspectiveAttribute to return.
Return Value
Type: Microsoft.AnalysisServices.PerspectiveAttribute
The PerspectiveAttribute if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).