此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets a value that indicates whether the task fails when the message times out.
命名空間: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
組件: Microsoft.SqlServer.MSMQTask (在 Microsoft.SqlServer.MSMQTask.dll 中)
語法
'宣告
Property ErrorIfMessageTimeOut As Boolean
Get
Set
'用途
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)
屬性值
型別:System.Boolean
true if the task fails when the message times out; false if the task does not.