Compartilhar via


Método AdomdParameterCollection.IList.Insert

Inserts an item to the collection at the specified index.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Private Sub Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
'Uso
Dim instance As AdomdParameterCollection 
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Parâmetros

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

Implementa

IList.Insert(Int32, Object)

Consulte também

Referência

AdomdParameterCollection Classe

Namespace Microsoft.AnalysisServices.AdomdClient