MeasureGroupAttributeCollection.Find Método
Finds the MeasureGroupAttribute with the specified attribute identifier or nulles una referencia NULL (Nothing en Visual Basic). if not found.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Find ( _
attributeId As String _
) As MeasureGroupAttribute
'Uso
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
Parámetros
- attributeId
Tipo: System.String
The attribute identifier of the MeasureGroupAttribute to return.
Valor devuelto
Tipo: Microsoft.AnalysisServices.MeasureGroupAttribute
The MeasureGroupAttribute with the specified attribute identifier or nulles una referencia NULL (Nothing en Visual Basic). if not found.