BindingCollection.IndexOf Method (Binding)

 

Applies To: SQL Server 2016 Preview

Gets the index of a specified Binding.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public int IndexOf(
    Binding item
)
public:
int IndexOf(
    Binding^ item
)
member IndexOf : 
        item:Binding -> int
Public Function IndexOf (
    item As Binding
) As Integer

Parameters

Return Value

Type: System.Int32

The zero-based index of the Binding if the object is found; otherwise, -1.

See Also

BindingCollection Class
Microsoft.AnalysisServices Namespace

Return to top