IMessageQueueTask.ErrorIfMessageTimeOut Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the task fails when the message times out.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Property ErrorIfMessageTimeOut As Boolean
Get
Set
'Usage
Dim instance As IMessageQueueTask
Dim value As Boolean
value = instance.ErrorIfMessageTimeOut
instance.ErrorIfMessageTimeOut = value
bool ErrorIfMessageTimeOut { get; set; }
property bool ErrorIfMessageTimeOut {
bool get ();
void set (bool value);
}
abstract ErrorIfMessageTimeOut : bool with get, set
function get ErrorIfMessageTimeOut () : boolean
function set ErrorIfMessageTimeOut (value : boolean)
Property Value
Type: System.Boolean
true if the task fails when the message times out; false if the task does not.