Propriedade do RDL BeginConversationTimerStatement.Timeout
Gets or sets the amount of time, in seconds, to wait before putting the message in the queue.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Timeout As ScalarExpression
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The amount of time, in seconds, to wait before putting the message in the queue.