Поделиться через


MeasureCollection.Find Method

Returns the specified Measure from the collection.

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
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

Параметры

  • name
    The name of the Measure to find.

Замечания

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MeasureCollection Class
MeasureCollection Members
Microsoft.AnalysisServices.AdomdServer Namespace