Share via


INameObjectCollection.RemoveAt 메서드

Removes the entry at the specified index of the instance.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

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

instance.RemoveAt(index)
void RemoveAt(
    int index
)
void RemoveAt(
    int index
)
abstract RemoveAt : 
        index:int -> unit
function RemoveAt(
    index : int
)

매개 변수

참고 항목

참조

INameObjectCollection 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스