Compartilhar via


Classe SoapPayloadMethodCollection

The SoapPayloadMethodCollection class represents a collection of SoapPayloadMethod objects that represent all the SOAP payload methods defined on a table.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class SoapPayloadMethodCollection _
    Inherits SoapMethodCollectionBase
'Uso
Dim instance As SoapPayloadMethodCollection
public sealed class SoapPayloadMethodCollection : SoapMethodCollectionBase
public ref class SoapPayloadMethodCollection sealed : public SoapMethodCollectionBase
[<SealedAttribute>]
type SoapPayloadMethodCollection =  
    class
        inherit SoapMethodCollectionBase
    end
public final class SoapPayloadMethodCollection extends SoapMethodCollectionBase

Comentários

A SoapPayloadMethodCollection object can be used to gain access to a set of SOAP payload methods. You can use the Item property to return a specific SoapPayloadMethod object.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

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.