Méthode CommandCollection.IList.Insert

Inserts an item to the collection at the specified index.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

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

Paramètres

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

Implémente

IList.Insert(Int32, Object)

Voir aussi

Référence

CommandCollection Classe

Espace de noms Microsoft.AnalysisServices