Payload Class
SQL Server 2012
The Payload object represents a SQL Server HTTP endpoint payload.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
The Payload type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DatabaseMirroring | Gets the database mirroring payload. |
![]() | ServiceBroker | Gets the Service Broker payload. |
![]() | Soap | Gets the SOAP payload. |
To get Payload object properties, users can be a member of the public fixed server role.
To set Payload object properties, users must be the owner of the endpoint, or have ALTER ANY ENDPOINT permission on the server, or be a member of the sysadmin fixed server role.
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.
