IMessageQueueTask.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

属性值

如果使用 SQL Server 2000,则为 true;如果未使用 SQL Server 2000 格式,则为 false。

适用于