Freigeben über


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)

Eigenschaftswert

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

Hinweise

The default value of this property is false.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

MessageQueueTask Class
MessageQueueTask Members
Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace