Share via


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 네임스페이스