Clase MessageTypeExtender
Exposes Service Broker message type methods and properties in addition to the methods and properties of the MessageType object.
Esta API no es compatible con CLS. La alternativa compatible con CLS es .
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectExtender< (Of < ( <'MessageType> ) > ) >
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'MessageType> ) > ) >
Microsoft.SqlServer.Management.Smo.Broker..::..MessageTypeExtender
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<CLSCompliantAttribute(False)> _
Public Class MessageTypeExtender _
Inherits SmoObjectExtender(Of MessageType) _
Implements ISfcValidate
'Uso
Dim instance As MessageTypeExtender
[CLSCompliantAttribute(false)]
public class MessageTypeExtender : SmoObjectExtender<MessageType>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class MessageTypeExtender : public SmoObjectExtender<MessageType^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type MessageTypeExtender =
class
inherit SmoObjectExtender<MessageType>
interface ISfcValidate
end
public class MessageTypeExtender extends SmoObjectExtender<MessageType> implements ISfcValidate
El tipo MessageTypeExtender expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
MessageTypeExtender() () () () | Initializes a new instance of the MessageTypeExtender class. | |
MessageTypeExtender(MessageType) | Initializes a new instance of the MessageTypeExtender class and associates it with an instance of the MessageType class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Name | Gets or sets the name of the Service Broker message type associated with the MessageTypeExtender object. | |
Parent | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetParentSfcPropertySet | Returns an instance of the parent objects property set. (Se hereda de SmoObjectExtender< (Of < ( <'T> ) > ) >.) | |
GetPropertySet | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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> ) > ) >.) | |
OnPropertyMetadataChanged | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
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> ) > ) >.) | |
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> ) > ) >.) | |
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> ) > ) >.) | |
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> ) > ) >.) | |
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> ) > ) >.) | |
ToString | (Se hereda de Object.) | |
Validate | Validates the state of a MessageTypeExtender object. |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcObjectExtender< (Of < ( <'TSfcInstance> ) > ) >.) | |
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.