다음을 통해 공유


IFilterStorage.Remove 메서드

Removes a row from the collection.

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

구문

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

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

매개 변수

  • urn
    유형: System.String
    A String string that represents the Uniform Resource Name (URN) of the control.

참고 항목

참조

IFilterStorage 인터페이스

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