SoapPayload-Klasse

The SoapPayload object represents a SQL Server SOAP payload.

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

Syntax

'Declaration
<SfcElementTypeAttribute("Soap")> _
Public NotInheritable Class SoapPayload _
    Inherits EndpointPayload
'Usage
Dim instance As SoapPayload
[SfcElementTypeAttribute("Soap")]
public sealed class SoapPayload : EndpointPayload
[SfcElementTypeAttribute(L"Soap")]
public ref class SoapPayload sealed : public EndpointPayload
[<SealedAttribute>]
[<SfcElementTypeAttribute("Soap")>]
type SoapPayload =  
    class
        inherit EndpointPayload
    end
public final class SoapPayload extends EndpointPayload

Hinweise

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.

Threadsicherheit

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