Metodo MeasureGroupAttributeCollection.Find
Finds the MeasureGroupAttribute with the specified attribute identifier or nullriferimento Null (Nothing in Visual Basic). if not found.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Find ( _
attributeId As String _
) As MeasureGroupAttribute
'Utilizzo
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
Parametri
- attributeId
Tipo: System.String
The attribute identifier of the MeasureGroupAttribute to return.
Valore restituito
Tipo: Microsoft.AnalysisServices.MeasureGroupAttribute
The MeasureGroupAttribute with the specified attribute identifier or nullriferimento Null (Nothing in Visual Basic). if not found.