ISql100Queue.IsPoisonMessageHandlingEnabled Property
Gets or sets a value that indicates whether poison message handling is enabled.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsPoisonMessageHandlingEnabled As Boolean
bool IsPoisonMessageHandlingEnabled { get; set; }
property bool IsPoisonMessageHandlingEnabled {
bool get ();
void set (bool value);
}
abstract IsPoisonMessageHandlingEnabled : bool with get, set
function get IsPoisonMessageHandlingEnabled () : boolean
function set IsPoisonMessageHandlingEnabled (value : boolean)
Property Value
Type: System.Boolean
Remarks
Setting this to false is supported only in SQL Server version 10.5 and versions later than 10.5.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.