共用方式為


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 支援明確介面實作的使用,但不支援新介面實作的宣告。

參數

實作

IList.Insert(Int32, Object)

請參閱

參考

AdomdParameterCollection 類別

Microsoft.AnalysisServices.AdomdServer 命名空間