AssemblyCollection.GetByName Método
Gets the Assembly, with 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 Assembly
'Uso
Dim instance As AssemblyCollection
Dim name As String
Dim returnValue As [Assembly]
returnValue = instance.GetByName(name)
public Assembly GetByName(
string name
)
public:
Assembly^ GetByName(
String^ name
)
member GetByName :
name:string -> Assembly
public function GetByName(
name : String
) : Assembly
Parámetros
- name
Tipo: System.String
The name of the Assembly to be returned.
Valor devuelto
Tipo: Microsoft.AnalysisServices.Assembly
The Assembly, if contained in the collection.
Excepciones
Excepción | Condición |
---|---|
ItemNotFoundException | name is not contained by the collection. |