MeasureGroupAttributeCollection.Find Method
Finds the MeasureGroupAttribute with the specified attribute identifier or nulla null reference (Nothing in Visual Basic) if not found.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
attributeId As String _
) As MeasureGroupAttribute
'Usage
Dim instance As MeasureGroupAttributeCollection
Dim attributeId As String
Dim returnValue As MeasureGroupAttribute
returnValue = instance.Find(attributeId)
public MeasureGroupAttribute Find(
string attributeId
)
public:
MeasureGroupAttribute^ Find(
String^ attributeId
)
member Find :
attributeId:string -> MeasureGroupAttribute
public function Find(
attributeId : String
) : MeasureGroupAttribute
Parameters
- attributeId
Type: System.String
The attribute identifier of the MeasureGroupAttribute to return.
Return Value
Type: Microsoft.AnalysisServices.MeasureGroupAttribute
The MeasureGroupAttribute with the specified attribute identifier or nulla null reference (Nothing in Visual Basic) if not found.