AdomdParameterCollection.RemoveAt 메서드 (Int32)

Removes the parameter at the specified index of the AdomdParameterCollection object.

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

구문

‘선언
Public Sub RemoveAt ( _
    index As Integer _
)
‘사용 방법
Dim instance As AdomdParameterCollection 
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) sealed
abstract RemoveAt : 
        index:int -> unit  
override RemoveAt : 
        index:int -> unit
public final function RemoveAt(
    index : int
)

매개 변수

구현

IList.RemoveAt(Int32)

참고 항목

참조

AdomdParameterCollection 클래스

RemoveAt 오버로드

Microsoft.AnalysisServices.AdomdClient 네임스페이스