PerspectiveCollection.Contains Method

Definition

Overloads

Contains(Perspective)

Indicates whether the collection contains the specified Perspective.

Contains(String)

Indicates whether the collection contains a Perspective with the specified identifier.

Contains(Perspective)

Indicates whether the collection contains the specified Perspective.

public bool Contains (Microsoft.AnalysisServices.Perspective item);
override this.Contains : Microsoft.AnalysisServices.Perspective -> bool
Public Function Contains (item As Perspective) As Boolean

Parameters

item
Perspective

The Perspective to be located.

Returns

True, if the specified Perspective is found in the collection, otherwise, false.

Applies to

Contains(String)

Indicates whether the collection contains a Perspective with the specified identifier.

public bool Contains (string id);
override this.Contains : string -> bool
Public Function Contains (id As String) As Boolean

Parameters

id
String

The identifier of the Perspective to be located.

Returns

True, if the specified Perspective is found in the collection, otherwise, false.

Exceptions

The specified id is a null reference (Nothing in Visual Basic).

Applies to