ValidationErrorCollection.RemoveAt 메서드

Removes the ValidationError at the specified index from the collection.

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

구문

‘선언
Public Sub RemoveAt ( _
    index As Integer _
)
‘사용 방법
Dim instance As ValidationErrorCollection 
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)

예외

예외 조건
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

참고 항목

참조

ValidationErrorCollection 클래스

Microsoft.AnalysisServices 네임스페이스