Metodo IList.Insert
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Private Sub Insert ( _
nIndex As Integer, _
pObj As Object _
) Implements IList.Insert
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Implementa
Vedere anche