MessageQueueTask.Use2000Format Property
Gets or sets a Boolean indicating that the message uses SQL Server 2000 format.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)
Syntax
'Declaration
Public Property Use2000Format As Boolean
public bool Use2000Format { get; set; }
public:
virtual property bool Use2000Format {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_Use2000Format ()
/** @property */
public final void set_Use2000Format (boolean value)
public final function get Use2000Format () : boolean
public final function set Use2000Format (value : boolean)
Property Value
false indicates that the SQL Server 2000 format is not used; true indicates that the SQL Server 2000 format is used.
Remarks
The default value of this property is false.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MessageQueueTask Class
MessageQueueTask Members
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace