DataItemCollection.Contains(DataItem) Method

Definition

Determines whether the specified DataItem is in the collection.

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

Parameters

item
DataItem

The DataItem to verify if it's in the collection.

Returns

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

Applies to