共用方式為


BeginConversationTimerStatement.Timeout 屬性

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.

請參閱

參考

BeginConversationTimerStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間