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

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.