SoapMethodCollectionBase Class
The SoapMethodCollectionBase class is a base class that is inherited by SOAP method collection objects and provides programmatic access to the collection of SOAP methods that exist in the SOAP configuration.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class SoapMethodCollectionBase _
Inherits SimpleObjectCollectionBase
'Usage
Dim instance As SoapMethodCollectionBase
public class SoapMethodCollectionBase : SimpleObjectCollectionBase
public ref class SoapMethodCollectionBase : public SimpleObjectCollectionBase
type SoapMethodCollectionBase =
class
inherit SimpleObjectCollectionBase
end
public class SoapMethodCollectionBase extends SimpleObjectCollectionBase
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
Microsoft.SqlServer.Management.Smo.SmoCollectionBase
Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo.SoapMethodCollectionBase
Microsoft.SqlServer.Management.Smo.SoapPayloadMethodCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also