AdomdParameterCollection.IList.Insert Method

Inserts an item to the AdomdParameterCollection at the specified index.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Private Sub Insert ( _
    nIndex As Integer, _
    pObj As Object _
) Implements IList.Insert
'Usage
Dim instance As AdomdParameterCollection 
Dim nIndex As Integer 
Dim pObj As Object 

CType(instance, IList).Insert(nIndex, _
    pObj)
void IList.Insert(
    int nIndex,
    Object pObj
)
private:
virtual void Insert(
    int nIndex, 
    Object^ pObj
) sealed = IList::Insert
private abstract Insert : 
        nIndex:int * 
        pObj:Object -> unit  
private override Insert : 
        nIndex:int * 
        pObj:Object -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • nIndex
    Type: Int32
    The zero-based index at which the AdomdParameter object should be inserted.
  • pObj
    Type: Object
    The AdomdParameter object to insert in the collection.

Implements

IListInsert(Int32, Object)

See Also

Reference

AdomdParameterCollection Class

Microsoft.AnalysisServices.AdomdServer Namespace