Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Inserts an item to the AdomdParameterCollection at the specified index.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
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.