Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Finds the MeasureGroupAttribute with the specified attribute identifier or nullune référence Null (Nothing dans Visual Basic) if not found.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Find ( _
attributeId As String _
) As MeasureGroupAttribute
'Utilisation
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
Paramètres
- attributeId
Type : System.String
The attribute identifier of the MeasureGroupAttribute to return.
Valeur de retour
Type : Microsoft.AnalysisServices.MeasureGroupAttribute
The MeasureGroupAttribute with the specified attribute identifier or nullune référence Null (Nothing dans Visual Basic) if not found.