AssemblyCollection.GetByName(String) Method

Definition

Gets the Assembly that has the specified name from the collection.

public Microsoft.AnalysisServices.Assembly GetByName (string name);
member this.GetByName : string -> Microsoft.AnalysisServices.Assembly
Public Function GetByName (name As String) As Assembly

Parameters

name
String

The name of the Assembly to locate.

Returns

The Assembly with the specified Name.

Exceptions

The collection doesn't contain an Assembly with the specified name.

Applies to