MeasureGroupAttributeCollection.Find-Methode
Finds the MeasureGroupAttribute with the specified attribute identifier or nullein NULL-Verweis (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
Parameter
- attributeId
Typ: System.String
The attribute identifier of the MeasureGroupAttribute to return.
Rückgabewert
Typ: Microsoft.AnalysisServices.MeasureGroupAttribute
The MeasureGroupAttribute with the specified attribute identifier or nullein NULL-Verweis (Nothing in Visual Basic) if not found.