Delen via


WaitForStatement.Timeout Property

Gets or sets an optional timeout.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Timeout As ScalarExpression 
    Get 
    Set
'Usage
Dim instance As WaitForStatement 
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)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
An optional timeout.

See Also

Reference

WaitForStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace