SoapMethodCollectionBase.Remove 메서드 (String, String)

Removes the specified object from the referenced collection.

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

구문

‘선언
Public Sub Remove ( _
    name As String, _
    methodNamespace As String _
)
‘사용 방법
Dim instance As SoapMethodCollectionBase 
Dim name As String 
Dim methodNamespace As String

instance.Remove(name, methodNamespace)
public void Remove(
    string name,
    string methodNamespace
)
public:
void Remove(
    String^ name, 
    String^ methodNamespace
)
member Remove : 
        name:string * 
        methodNamespace:string -> unit
public function Remove(
    name : String, 
    methodNamespace : String
)

매개 변수

  • name
    유형: System.String
    A String value that specifies the SOAP method that is to be removed from the referenced collection.
  • methodNamespace
    유형: System.String
    A String value that specifies the namespace of the SOAP method.

SMO 예외 처리

참고 항목

참조

SoapMethodCollectionBase 클래스

Remove 오버로드

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