Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that specifies the number of seconds before a received message times out.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Property ReceiveMessageTimeOut As Long
Get
Set
'Usage
Dim instance As MessageQueueTask
Dim value As Long
value = instance.ReceiveMessageTimeOut
instance.ReceiveMessageTimeOut = value
public long ReceiveMessageTimeOut { get; set; }
public:
virtual property long long ReceiveMessageTimeOut {
long long get () sealed;
void set (long long value) sealed;
}
abstract ReceiveMessageTimeOut : int64 with get, set
override ReceiveMessageTimeOut : int64 with get, set
final function get ReceiveMessageTimeOut () : long
final function set ReceiveMessageTimeOut (value : long)
Property Value
Type: System.Int64
A Long that indicates the number of seconds before a message times out.
Implements
IMessageQueueTask.ReceiveMessageTimeOut