Metodo GetByName
Gets the MiningStructure that has the specified name from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function GetByName ( _
name As String _
) As MiningStructure
'Utilizzo
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
Parametri
- name
Tipo: System. . :: . .String
The name of the MiningStructure to return.
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .MiningStructure
The MiningStructure if it exists in the collection.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | name does not exist in the collection. |
Vedere anche