Metodo DataItemCollection.IList.Insert

Inserts an item to the collection at the specified index.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

C#
void IList.Insert(
    int index,
    Object value
)

Parametri

  • index
    Tipo: System.Int32
    The zero-based index at which value should be inserted.
  • value
    Tipo: System.Object
    The object to insert into the collection.

Implementa

IList.Insert(Int32, Object)

Vedere anche

Riferimento

DataItemCollection Classe

Spazio dei nomi Microsoft.AnalysisServices