Método AdomdParameterCollection.IList.Insert
Inserts an item to the AdomdParameterCollection at the specified index.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Private Sub Insert ( _
nIndex As Integer, _
pObj As Object _
) Implements IList.Insert
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- nIndex
Tipo: System.Int32
The zero-based index at which the AdomdParameter object should be inserted.
- pObj
Tipo: System.Object
The AdomdParameter object to insert in the collection.