Proprietà IMessageQueueTask.ErrorIfMessageTimeOut
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a value that indicates whether the task fails when the message times out.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Sintassi
'Dichiarazione
Property ErrorIfMessageTimeOut As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if the task fails when the message times out; false if the task does not.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask