Método MeasureGroupAttributeCollection.Find
Finds the MeasureGroupAttribute with the specified attribute identifier or nulluma referência nula (Nothing no Visual Basic) if not found.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Microsoft.AnalysisServices.MeasureGroupAttribute
The MeasureGroupAttribute with the specified attribute identifier or nulluma referência nula (Nothing no Visual Basic) if not found.