Condividi tramite


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.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Class SoapMethodCollectionBase _
    Inherits SimpleObjectCollectionBase
'Utilizzo
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

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.