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
)
매개 변수
- name
유형: System.String
A String string that represents the name of an entry.
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스