Compartir a través de


Clase BrokerServiceExtender

Exposes Service Broker service methods and properties in addition to the methods and properties of the BrokerService object.

Esta API no es compatible con CLS. La alternativa compatible con CLS es [false].

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'BrokerService> ) > ) >
    Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'BrokerService> ) > ) >
      Microsoft.SqlServer.Management.Smo.Broker..::..BrokerServiceExtender

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<CLSCompliantAttribute(False)> _
Public Class BrokerServiceExtender _
    Inherits SmoObjectExtender(Of BrokerService) _
    Implements ISfcValidate
'Uso
Dim instance As BrokerServiceExtender
[CLSCompliantAttribute(false)]
public class BrokerServiceExtender : SmoObjectExtender<BrokerService>, 
    ISfcValidate
[CLSCompliantAttribute(false)]
public ref class BrokerServiceExtender : public SmoObjectExtender<BrokerService^>, 
    ISfcValidate
[<CLSCompliantAttribute(false)>]
type BrokerServiceExtender =  
    class
        inherit SmoObjectExtender<BrokerService>
        interface ISfcValidate
    end
public class BrokerServiceExtender extends SmoObjectExtender<BrokerService> implements ISfcValidate

El tipo BrokerServiceExtender expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BrokerServiceExtender() () () () Initializes a new instance of the BrokerServiceExtender class.
Método público BrokerServiceExtender(BrokerService) Initializes a new instance of the BrokerServiceExtender class and associates it with an instance of the BrokerService class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets the name of the Service Broker service associated with the BrokerServiceExtender object.
Propiedad protegida Parent No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Propiedad pública ServiceContractMappings Gets a collection of contracts that are mapped to the Service Broker service.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método protegido GetParentSfcPropertySet Returns an instance of the parent objects property set. (Se hereda de SmoObjectExtender< (Of < ( <'T> ) > ) >.)
Método público GetPropertySet No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnPropertyChanged Raises the PropertyChanged event when it has any subscriber. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido OnPropertyMetadataChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido parent_PropertyChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido parent_PropertyMetadataChanged Indicates the parent object in the PropertyMetadata. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterParentProperty Registers the property of the parent that has not been included in properties collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterProperty(PropertyInfo) Registers an additional reflected property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterProperty(PropertyInfo, String) No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método público ToString (Se hereda de Object.)
Método público Validate Performs a validation checks on the object.

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Evento público PropertyMetadataChanged No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)

Arriba

Comentarios

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.