MessageQueueTask.ErrorIfMessageTimeOut 属性

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

命名空间:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
程序集:  Microsoft.SqlServer.MSMQTask(在 Microsoft.SqlServer.MSMQTask.dll 中)

语法

声明
Public Property ErrorIfMessageTimeOut As Boolean 
    Get 
    Set
用法
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)

属性值

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

实现

IMessageQueueTask.ErrorIfMessageTimeOut

注释

The default value of this property is false.

请参阅

参考

MessageQueueTask 类

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask 命名空间