Sdílet prostřednictvím


EndpointPayload Class

The EndpointPayload object represents an endpoint payload.

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

Syntax

'Declaration
Public MustInherit Class EndpointPayload _
    Inherits SqlSmoObject
'Usage
Dim instance As EndpointPayload
public abstract class EndpointPayload : SqlSmoObject
public ref class EndpointPayload abstract : public SqlSmoObject
[<AbstractClassAttribute>]
type EndpointPayload =  
    class
        inherit SqlSmoObject
    end
public abstract class EndpointPayload extends SqlSmoObject

Remarks

The endpoint payload represents one of these payload types:

  • Service Broker 

  • SOAP

  • Database mirroring

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.