ISql100Queue.IsPoisonMessageHandlingEnabled 属性

获取或设置一个值,该值指示是否启用有害消息处理。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property IsPoisonMessageHandlingEnabled As Boolean
    Get
    Set
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)

属性值

类型:System.Boolean

备注

只有在 SQL Server 10.5 版及更高版本中,才支持将此值设置为 false。

.NET Framework 安全性

请参见

参考

ISql100Queue 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间