Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets Boolean value that determines whether Service Broker endpoints are active.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Property ServiceBrokerEndpointActive As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
A Boolean value that specifies whether Service Broker endpoints are active.Returns True if Service Broker endpoints are active; otherwise, False.
Implementa
ISurfaceAreaFacet.ServiceBrokerEndpointActive
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.