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


Метод MiningStructureCollection.Find

Gets the specified MiningStructure from the MiningStructureCollection collection by its name.

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

Синтаксис

'Декларация
Public Function Find ( _
    index As String _
) As MiningStructure
'Применение
Dim instance As MiningStructureCollection 
Dim index As String 
Dim returnValue As MiningStructure 

returnValue = instance.Find(index)
public MiningStructure Find(
    string index
)
public:
MiningStructure^ Find(
    String^ index
)
member Find : 
        index:string -> MiningStructure
public function Find(
    index : String
) : MiningStructure

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.AdomdClient.MiningStructure
The MiningStructure with the specified name.

Замечания

If the object is not found, the Find method returns nullпустая ссылка (Nothing в Visual Basic), whereas the Item property throws an exception.

См. также

Справочник

MiningStructureCollection Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient