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.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.SmoObjectBase
Microsoft.SqlServer.Management.Smo.SqlSmoObject
Microsoft.SqlServer.Management.Smo.EndpointPayload
Microsoft.SqlServer.Management.Smo.DatabaseMirroringPayload
Microsoft.SqlServer.Management.Smo.ServiceBrokerPayload
Microsoft.SqlServer.Management.Smo.SoapPayload
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.
See Also