Share via


INameObjectCollection.Remove 메서드

Removes the entries with the specified key from the instance.

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

구문

‘선언
Sub Remove ( _
    name As String _
)
‘사용 방법
Dim instance As INameObjectCollection 
Dim name As String

instance.Remove(name)
void Remove(
    string name
)
void Remove(
    String^ name
)
abstract Remove : 
        name:string -> unit
function Remove(
    name : String
)

매개 변수

참고 항목

참조

INameObjectCollection 인터페이스

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