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.