ReceiveMessageTimeOut 속성
Gets or sets a value that specifies the number of seconds before a received message times out.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
어셈블리: Microsoft.SqlServer.MSMQTask(Microsoft.SqlServer.MSMQTask.dll)
구문
‘선언
Public Property ReceiveMessageTimeOut As Long
Get
Set
‘사용 방법
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)
속성 값
유형: System. . :: . .Int64
A Long that indicates the number of seconds before a message times out.