Поделиться через


BeginConversationTimerStatement.Timeout Property

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

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Timeout As Expression
public Expression Timeout { get; set; }
public:
property Expression^ Timeout {
    Expression^ get ();
    void set (Expression^ value);
}
member Timeout : Expression with get, set
function get Timeout () : Expression
function set Timeout (value : Expression)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Expression

.NET Framework Security

See Also

Reference

BeginConversationTimerStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace