Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the message should be removed from the queue.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Property RemoveFromQueue As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the message should be removed from the queue; false if it should be left in the queue.