This topic has not yet been rated - Rate this topic

SoapMethodCollectionBase.Remove Method (String, String)

Removes the specified object from the referenced collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void Remove(
	string name,
	string methodNamespace
)

Parameters

name
Type: System.String
A String value that specifies the SOAP method that is to be removed from the referenced collection.
methodNamespace
Type: System.String
A String value that specifies the namespace of the SOAP method.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.