Partager via


Méthode AdomdRestrictionCollection.IList.Insert

Insert an item to the AdomdRestrictionCollection at the specified index.

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

Syntaxe

'Déclaration
Private Sub Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
'Utilisation
Dim instance As AdomdRestrictionCollection 
Dim index As Integer 
Dim value As Object 

CType(instance, IList).Insert(index, _
    value)
void IList.Insert(
    int index,
    Object value
)
private:
virtual void Insert(
    int index, 
    Object^ value
) sealed = IList::Insert
private abstract Insert : 
        index:int * 
        value:Object -> unit  
private override Insert : 
        index:int * 
        value:Object -> unit
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

  • index
    Type : System.Int32
    The zero-based index at which value should be inserted.

Implémente

IList.Insert(Int32, Object)

Voir aussi

Référence

AdomdRestrictionCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient