MeasureCollection.Find Method
Returns the specified Measure from the collection.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Синтаксис
'Декларация
Public Function Find ( _
index As String _
) As Measure
public Measure Find (
string index
)
public:
Measure^ Find (
String^ index
)
public Measure Find (
String index
)
public function Find (
index : String
) : Measure
Параметры
- index
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.AdomdClient Namespace