IMessageQueueTask.Use2000Format Property

Definition

Gets or sets a value that indicates whether 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

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

Applies to