다음을 통해 공유


AdomdParameterCollection.Insert 메서드

Inserts a parameter into the AdomdParameterCollection collection at the specified index.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public Sub Insert ( _
    index As Integer, _
    value As AdomdParameter _
)
‘사용 방법
Dim instance As AdomdParameterCollection 
Dim index As Integer 
Dim value As AdomdParameter

instance.Insert(index, value)
public void Insert(
    int index,
    AdomdParameter value
)
public:
void Insert(
    int index, 
    AdomdParameter^ value
)
member Insert : 
        index:int * 
        value:AdomdParameter -> unit
public function Insert(
    index : int, 
    value : AdomdParameter
)

매개 변수

  • index
    유형: System.Int32
    The zero-based index at which value should be inserted.

참고 항목

참조

AdomdParameterCollection 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스