Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property ServiceBrokerEndpointActive As Boolean
Get
Set
'Usage
Dim instance As ServerSurfaceAreaAdapter
Dim value As Boolean
value = instance.ServiceBrokerEndpointActive
instance.ServiceBrokerEndpointActive = value
public bool ServiceBrokerEndpointActive { get; set; }
public:
virtual property bool ServiceBrokerEndpointActive {
bool get () sealed;
void set (bool value) sealed;
}
abstract ServiceBrokerEndpointActive : bool with get, set
override ServiceBrokerEndpointActive : bool with get, set
final function get ServiceBrokerEndpointActive () : boolean
final function set ServiceBrokerEndpointActive (value : 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.