Compartir a través de


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

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.