LevelPropertyCollection.Find Method
Gets the specified LevelProperty from the collection by its name.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
'Декларация
Public Function Find ( _
index As String _
) As LevelProperty
public LevelProperty Find (
string index
)
public:
LevelProperty^ Find (
String^ index
)
public LevelProperty Find (
String index
)
public function Find (
index : String
) : LevelProperty
- index
The name of the LevelProperty to find.
If the object is not found, the Find method returns null, whereas the Item property throws an exception.
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.
LevelPropertyCollection Class
LevelPropertyCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace