다음을 통해 공유


FilterParameterCollection.RemoveAt 메서드

컬렉션의 지정한 인덱스에서 필터 매개 변수를 제거합니다.

네임스페이스: Microsoft.Synchronization.Data.Server
어셈블리: microsoft.synchronization.data.server.dll의 Microsoft.Synchronization.Data.Server

구문

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

instance.RemoveAt(index)
public void RemoveAt (
    int index
)
public:
void RemoveAt (
    int index
)
public void RemoveAt (
    int index
)
public function RemoveAt (
    index : int
)

매개 변수

참고 항목

참조

FilterParameterCollection 클래스
FilterParameterCollection 멤버
Microsoft.Synchronization.Data.Server 네임스페이스