Gets or sets the amount of time, in seconds, to wait before putting the message in the queue.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property Timeout As ScalarExpression
Get
Set
‘사용 방법
Dim instance As BeginConversationTimerStatement
Dim value As ScalarExpression
value = instance.Timeout
instance.Timeout = value
public ScalarExpression Timeout { get; set; }
public:
property ScalarExpression^ Timeout {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member Timeout : ScalarExpression with get, set
function get Timeout () : ScalarExpression
function set Timeout (value : ScalarExpression)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The amount of time, in seconds, to wait before putting the message in the queue.