Compartir a través de


GetByName Método

Gets the MiningStructure 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 MiningStructure
'Uso
Dim instance As MiningStructureCollection
Dim name As String
Dim returnValue As MiningStructure

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

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices. . :: . .MiningStructure
The MiningStructure if it exists in the collection.

Excepciones

Excepción Condición
ItemNotFoundException

name does not exist in the collection.