Partager via


Propriété BeginConversationTimerStatement.Timeout

Gets or sets the amount of time, in seconds, to wait before putting the message in the queue.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Timeout As ScalarExpression 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The amount of time, in seconds, to wait before putting the message in the queue.

Voir aussi

Référence

BeginConversationTimerStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom