Share via


SoapMethodCollectionBase-Klasse

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.