SoapMethodCollectionBase.Remove メソッド (String, String)
指定したオブジェクトを参照先コレクションから削除します。
名前空間: 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
参照先コレクションから削除する SOAP メソッドを示す String 値です。
- methodNamespace
型: System.String
SOAP メソッドの名前空間を示す String 値です。