Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the MiningModelColumn that has the specified name from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function GetByName ( _
name As String _
) As MiningModelColumn
'Uso
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
Parámetros
- name
Tipo: System.String
The name of the MiningModelColumn to return.
Valor devuelto
Tipo: Microsoft.AnalysisServices.MiningModelColumn
The MiningModelColumn that has the name specified in name.
Excepciones
| Excepción | Condición |
|---|---|
| ItemNotFoundException | name does not exist in the collection. |