Condividi tramite


MessageQueueTask.Use2000Format Property

Gets or sets a Boolean indicating that the message uses SQL Server 2000 format.

Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly : Microsoft.SqlServer.MSMQTask (in microsoft.sqlserver.msmqtask.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Osservazioni

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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