Metodo PerspectiveMeasureCollection.Find
Gets the PerspectiveMeasure that has the specified identifier from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Find ( _
measureId As String _
) As PerspectiveMeasure
'Utilizzo
Dim instance As PerspectiveMeasureCollection
Dim measureId As String
Dim returnValue As PerspectiveMeasure
returnValue = instance.Find(measureId)
public PerspectiveMeasure Find(
string measureId
)
public:
PerspectiveMeasure^ Find(
String^ measureId
)
member Find :
measureId:string -> PerspectiveMeasure
public function Find(
measureId : String
) : PerspectiveMeasure
Parametri
- measureId
Tipo: System.String
The identifier of the PerspectiveMeasure to return.
Valore restituito
Tipo: Microsoft.AnalysisServices.PerspectiveMeasure
The PerspectiveMeasure if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).