Méthode GetByName
Gets the Measure, with the specified name, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function GetByName ( _
name As String _
) As Measure
'Utilisation
Dim instance As MeasureCollection
Dim name As String
Dim returnValue As Measure
returnValue = instance.GetByName(name)
public Measure GetByName(
string name
)
public:
Measure^ GetByName(
String^ name
)
member GetByName :
name:string -> Measure
public function GetByName(
name : String
) : Measure
Paramètres
- name
Type : System. . :: . .String
The name of the Measure to be returned.
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .Measure
The Measure with the name specified in name.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | name is not contained by the collection. |