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