Partilhar via


Propriedade do RDL WaitForStatement.Timeout

Gets or sets an optional timeout.

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 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)

Valor da propriedade

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

Consulte também

Referência

WaitForStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom