Método FindByName
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 FindByName ( _
name As String _
) As Assembly
'Uso
Dim instance As AssemblyCollection
Dim name As String
Dim returnValue As [Assembly]
returnValue = instance.FindByName(name)
public Assembly FindByName(
string name
)
public:
Assembly^ FindByName(
String^ name
)
member FindByName :
name:string -> Assembly
public function FindByName(
name : String
) : Assembly
Parâmetros
- name
Tipo: System. . :: . .String
The name of the Assembly to be returned.
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Assembly
The Assembly if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).
Consulte também