Compartir a través de


MeasureCollection.Find Method

Returns the specified Measure from the collection.

Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)

Sintaxis

'Declaración
Public Function Find ( _
    name As String _
) As Measure
public Measure Find (
    string name
)
public:
Measure^ Find (
    String^ name
)
public Measure Find (
    String name
)
public function Find (
    name : String
) : Measure

Parámetros

  • name
    The name of the Measure to find.

Notas

The Find method returns null if the object is not found, while the Item property throws an exception if the object is not found.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

MeasureCollection Class
MeasureCollection Members
Microsoft.AnalysisServices.AdomdServer Namespace