Compartir a través de


MessageQueueTask.ErrorIfMessageTimeOut Propiedad

Gets or sets a Boolean specifying whether the task fails when the message times out.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Ensamblado:  Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)

Sintaxis

'Declaración
Public Property ErrorIfMessageTimeOut As Boolean 
    Get 
    Set
'Uso
Dim instance As MessageQueueTask 
Dim value As Boolean 

value = instance.ErrorIfMessageTimeOut

instance.ErrorIfMessageTimeOut = value
public bool ErrorIfMessageTimeOut { get; set; }
public:
virtual property bool ErrorIfMessageTimeOut {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract ErrorIfMessageTimeOut : bool with get, set 
override ErrorIfMessageTimeOut : bool with get, set
final function get ErrorIfMessageTimeOut () : boolean 
final function set ErrorIfMessageTimeOut (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the task fails when the message times out; false if the task does not.

Implementa

IMessageQueueTask.ErrorIfMessageTimeOut

Comentarios

The default value of this property is false.

Vea también

Referencia

MessageQueueTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.MessageQueueTask