AssemblyCollection.FindByName Method

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

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

Syntax

C#
public Assembly FindByName(
    string name
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.Assembly
The Assembly if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

Reference

AssemblyCollection Class

Microsoft.AnalysisServices Namespace