AssemblyCollection.FindByName 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 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 devuelto
Tipo: Microsoft.AnalysisServices.Assembly
The Assembly if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).