PerspectiveCollection.GetByName(String) Method

Definition

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

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

Parameters

name
String

The name of the Perspective to locate.

Returns

The Perspective with the specified Name.

Exceptions

The collection doesn't contain a Perspective with the specified name.

Applies to