Compartir a través de


MessageType.MessageTypeValidation Propiedad

Gets or sets the type of validation performed on message body.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MessageTypeValidation As MessageTypeValidation 
    Get 
    Set
'Uso
Dim instance As MessageType 
Dim value As MessageTypeValidation 

value = instance.MessageTypeValidation

instance.MessageTypeValidation = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public MessageTypeValidation MessageTypeValidation { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property MessageTypeValidation MessageTypeValidation {
    MessageTypeValidation get ();
    void set (MessageTypeValidation value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MessageTypeValidation : MessageTypeValidation with get, set
function get MessageTypeValidation () : MessageTypeValidation 
function set MessageTypeValidation (value : MessageTypeValidation)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Broker.MessageTypeValidation
A MessageTypeValidation object value that specifies the type of validation performed on the message body.

Ejemplos

Readme_ServiceBrokerConfiguration

Vea también

Referencia

MessageType Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker

Otros recursos

Desarrollo (Service Broker)

Administrar Service Broker

Información general (Service Broker)

CREATE MESSAGE TYPE (Transact-SQL)