MessageQueueTask.Use2000Format Property

Definition

Gets or sets a Boolean indicating that the message uses SQL Server 2000 format.

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

Property Value

false indicates that the SQL Server 2000 format is not used; true indicates that the SQL Server 2000 format is used.

Implements

Remarks

The default value of this property is false.

Applies to