AdomdParameterCollection.IList.Insert 方法
Inserts an item to the AdomdParameterCollection at the specified index.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Private Sub Insert ( _
nIndex As Integer, _
pObj As Object _
) Implements IList.Insert
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- nIndex
类型:System.Int32
The zero-based index at which the AdomdParameter object should be inserted.
- pObj
类型:System.Object
The AdomdParameter object to insert in the collection.