Compartilhar via


Método AssemblyCollection.GetByName

Gets the Assembly, with the specified name, from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: Microsoft.AnalysisServices.Assembly
The Assembly, if contained in the collection.

Exceções

Exceção Condição
ItemNotFoundException

name is not contained by the collection.

Consulte também

Referência

AssemblyCollection Classe

Namespace Microsoft.AnalysisServices