Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Finds the PerspectiveMeasureGroup that has the specified identifier from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Find ( _
measureGroupId As String _
) As PerspectiveMeasureGroup
'Uso
Dim instance As PerspectiveMeasureGroupCollection
Dim measureGroupId As String
Dim returnValue As PerspectiveMeasureGroup
returnValue = instance.Find(measureGroupId)
public PerspectiveMeasureGroup Find(
string measureGroupId
)
public:
PerspectiveMeasureGroup^ Find(
String^ measureGroupId
)
member Find :
measureGroupId:string -> PerspectiveMeasureGroup
public function Find(
measureGroupId : String
) : PerspectiveMeasureGroup
Parámetros
- measureGroupId
Tipo: System.String
The identifier of the PerspectiveMeasureGroup to return.
Valor devuelto
Tipo: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The PerspectiveMeasureGroup if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).