BindingCollection.IndexOf(Binding) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for the specified Binding and returns its zero-based index within the collection.
C#
public int IndexOf (Microsoft.AnalysisServices.Binding item);
member this.IndexOf : Microsoft.AnalysisServices.Binding -> int
Public Function IndexOf (item As Binding) As Integer
- item
- Binding
The Binding to locate.
The zero-based index of the Binding in the collection, if found; otherwise, -1.
Produit | Versions |
---|---|
Analysis Services SDK for .NET | latest |