Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 (in microsoft.sqlserver.msmqtask.dll)
Sintaxis
'Declaración
Public Property ErrorIfMessageTimeOut As Boolean
public bool ErrorIfMessageTimeOut { get; set; }
public:
virtual property bool ErrorIfMessageTimeOut {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_ErrorIfMessageTimeOut ()
/** @property */
public final void set_ErrorIfMessageTimeOut (boolean value)
public final function get ErrorIfMessageTimeOut () : boolean
public final function set ErrorIfMessageTimeOut (value : boolean)
Valor de propiedad
true if the task fails when the message times out; false if the task does not.
Notas
The default value of this property is false.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
MessageQueueTask Class
MessageQueueTask Members
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace