UrnCollection.RemoveAt 메서드

Removes a URN from a collection based on the index of the URN.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

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

컬렉션 사용

참고 항목

참조

UrnCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스