Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Finds the specified MiningAttribute from the collection by its name.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function Find ( _
index As String _
) As MiningAttribute
'Применение
Dim instance As MiningAttributeCollection
Dim index As String
Dim returnValue As MiningAttribute
returnValue = instance.Find(index)
public MiningAttribute Find(
string index
)
public:
MiningAttribute^ Find(
String^ index
)
member Find :
index:string -> MiningAttribute
public function Find(
index : String
) : MiningAttribute
Параметры
- index
Тип: System.String
The name of the MiningAttribute to find.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AdomdClient.MiningAttribute
A MiningAttribute object.
Замечания
If the object is not found, the Find method returns nullпустая ссылка (Nothing в Visual Basic), whereas the Item property throws an exception.