BindingCollection.Add(Binding) Method

Definition

Adds the specified Binding to this collection.

public int Add (Microsoft.AnalysisServices.Binding item);
member this.Add : Microsoft.AnalysisServices.Binding -> int
Public Function Add (item As Binding) As Integer

Parameters

item
Binding

The Binding to add to this collection.

Returns

The zero-based index in collection where the item was added.

Applies to