Compartilhar via


Propriedade do RDL IMessageQueueTask.Use2000Format

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets a value that indicates whether the message uses SQL Server 2000 format.

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (em Microsoft.SqlServer.MSMQTask.dll)

Sintaxe

'Declaração
Property Use2000Format As Boolean 
    Get 
    Set
'Uso
Dim instance As IMessageQueueTask 
Dim value As Boolean 

value = instance.Use2000Format

instance.Use2000Format = value
bool Use2000Format { get; set; }
property bool Use2000Format {
    bool get ();
    void set (bool value);
}
abstract Use2000Format : bool with get, set
function get Use2000Format () : boolean 
function set Use2000Format (value : boolean)

Valor da propriedade

Tipo: System.Boolean
true if the SQL Server 2000 is used; false if the SQL Server 2000 format is not used.

Consulte também

Referência

IMessageQueueTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.MessageQueueTask