MessageQueueTask.Use2000Format 属性

定义

获取或设置一个布尔值,指示消息使用 SQL Server 2000 格式。

public:
 property bool Use2000Format { bool get(); void set(bool value); };
public bool Use2000Format { get; set; }
member this.Use2000Format : bool with get, set
Public Property Use2000Format As Boolean

属性值

false 表示未使用 SQL Server 2000 格式;true 表示使用了 SQL Server 2000 格式。

实现

注解

此属性的默认值为 false

适用于