Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Assembly, with the specified name, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function FindByName ( _
name As String _
) As Assembly
'Usage
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
Parameters
- name
Type: System.String
The name of the Assembly to be returned.
Return Value
Type: Microsoft.AnalysisServices.Assembly
The Assembly if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).