BindingCollection.Contains(Binding) Method

Definition

Determines whether the specified Binding is in the collection.

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

Parameters

item
Binding

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

Returns

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

Applies to