BindingCollection.Insert(Int32, Binding) Method
Definition
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.
Inserts a Binding into this collection at the specified index.
public void Insert (int index, Microsoft.AnalysisServices.Binding item);
member this.Insert : int * Microsoft.AnalysisServices.Binding -> unit
Public Sub Insert (index As Integer, item As Binding)
Parameters
- index
- Int32
The zero-based index at which the Binding is inserted.
- item
- Binding
The Binding to insert into this collection.