MessageQueueTask.Use2000Format Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.