GetByName-Methode
Gets the Measure, with the specified name, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function GetByName ( _
name As String _
) As Measure
'Usage
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
Parameter
- name
Typ: System. . :: . .String
The name of the Measure to be returned.
Rückgabewert
Typ: Microsoft.AnalysisServices. . :: . .Measure
The Measure with the name specified in name.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ItemNotFoundException | name is not contained by the collection. |
Siehe auch