BindingCollection.Add(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.
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.