Condividi tramite


Proprietà IMessageQueueTask.RemoveFromQueue

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a value that indicates whether the message should be removed from the queue.

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

Sintassi

'Dichiarazione
Property RemoveFromQueue As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As IMessageQueueTask 
Dim value As Boolean 

value = instance.RemoveFromQueue

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

Valore proprietà

Tipo: System.Boolean
true if the message should be removed from the queue; false if it should be left in the queue.

Vedere anche

Riferimento

IMessageQueueTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask