ISurfaceAreaFacet.ServiceBrokerEndpointActive Property
Gets or sets the ServiceBrokerEndpointActive property value. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayNameKeyAttribute("ServiceBrokerEndpointActiveName")> _
<DisplayDescriptionKeyAttribute("ServiceBrokerEndpointActiveDesc")> _
Property ServiceBrokerEndpointActive As Boolean
[DisplayNameKeyAttribute("ServiceBrokerEndpointActiveName")]
[DisplayDescriptionKeyAttribute("ServiceBrokerEndpointActiveDesc")]
bool ServiceBrokerEndpointActive { get; set; }
[DisplayNameKeyAttribute(L"ServiceBrokerEndpointActiveName")]
[DisplayDescriptionKeyAttribute(L"ServiceBrokerEndpointActiveDesc")]
property bool ServiceBrokerEndpointActive {
bool get ();
void set (bool value);
}
/** @property */
boolean get_ServiceBrokerEndpointActive ()
/** @property */
void set_ServiceBrokerEndpointActive (boolean value)
function get ServiceBrokerEndpointActive () : boolean
function set ServiceBrokerEndpointActive (value : boolean)
Property Value
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.