ServerSurfaceAreaAdapter.ServiceBrokerEndpointActive Property

 

Applies To: SQL Server 2016 Preview

Gets or sets Boolean value that determines whether Service Broker endpoints are active.

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

Syntax

public bool ServiceBrokerEndpointActive { get; set; }
public:
property bool ServiceBrokerEndpointActive {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
abstract ServiceBrokerEndpointActive : bool with get, set
override ServiceBrokerEndpointActive : bool with get, set
Public Property ServiceBrokerEndpointActive As Boolean

Property Value

Type: System.Boolean

A Boolean value that specifies whether Service Broker endpoints are active.

Returns True if Service Broker endpoints are active; otherwise, False.

Implements

ISurfaceAreaFacet.ServiceBrokerEndpointActive

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

ServerSurfaceAreaAdapter Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top