Метод MiningModelColumnCollection.GetByName
Gets the MiningModelColumn that has the specified name from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function GetByName ( _
name As String _
) As MiningModelColumn
'Применение
Dim instance As MiningModelColumnCollection
Dim name As String
Dim returnValue As MiningModelColumn
returnValue = instance.GetByName(name)
public MiningModelColumn GetByName(
string name
)
public:
MiningModelColumn^ GetByName(
String^ name
)
member GetByName :
name:string -> MiningModelColumn
public function GetByName(
name : String
) : MiningModelColumn
Параметры
- name
Тип: System.String
The name of the MiningModelColumn to return.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.MiningModelColumn
The MiningModelColumn that has the name specified in name.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | name does not exist in the collection. |