Compartilhar via


Classe SoapMethodCollectionBase

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 (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Class SoapMethodCollectionBase _
    Inherits SimpleObjectCollectionBase
'Uso
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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.