Compartilhar via


Classe ServiceContractExtender

Exposes Service Broker contract methods and properties in addition to the methods and properties of the ServiceContract object.

Essa API não é compatível com CLS. A alternativa compatível com CLS é .

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<CLSCompliantAttribute(False)> _
Public Class ServiceContractExtender _
    Inherits SmoObjectExtender(Of ServiceContract) _
    Implements ISfcValidate
'Uso
Dim instance As ServiceContractExtender
[CLSCompliantAttribute(false)]
public class ServiceContractExtender : SmoObjectExtender<ServiceContract>, 
    ISfcValidate
[CLSCompliantAttribute(false)]
public ref class ServiceContractExtender : public SmoObjectExtender<ServiceContract^>, 
    ISfcValidate
[<CLSCompliantAttribute(false)>]
type ServiceContractExtender =  
    class
        inherit SmoObjectExtender<ServiceContract>
        interface ISfcValidate
    end
public class ServiceContractExtender extends SmoObjectExtender<ServiceContract> implements ISfcValidate

O tipo ServiceContractExtender expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ServiceContractExtender() () () () Initializes a new instance of the ServiceContractExtender class.
Método público ServiceContractExtender(ServiceContract) Initializes a new instance of the ServiceContractExtender class and associates it with an instance of the ServiceContract class.

Início

Propriedades

  Nome Descrição
Propriedade pública MessageTypeMappings Gets the collection of MessageTypeMapping which is associated with the contract Service Broker contract belonging to ServiceContractExtender object.
Propriedade pública Name Gets or sets the name of the Service Broker contract associated with the ServiceContractExtender object.
Propriedade protegida Parent Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método protegido GetParentSfcPropertySet Returns an instance of the parent objects property set. (Herdado de SmoObjectExtender< (Of < ( <'T> ) > ) >.)
Método público GetPropertySet Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido OnPropertyChanged Raises the PropertyChanged event when it has any subscriber. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido OnPropertyMetadataChanged Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido parent_PropertyChanged Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido parent_PropertyMetadataChanged Indicates the parent object in the PropertyMetadata. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterParentProperty Registers the property of the parent that has not been included in properties collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterProperty(PropertyInfo) Registers an additional reflected property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método protegido RegisterProperty(PropertyInfo, String) Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Método público ToString (Herdado de Object.)
Método público Validate Validates the specified method with specified parameters for the Service Contract.

Início

Eventos

  Nome Descrição
Evento público PropertyChanged Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)
Evento público PropertyMetadataChanged Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.)

Início

Comentários

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.