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