次の方法で共有


WaitForStatement.Timeout プロパティ

省略可能なタイムアウトを取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property Timeout As ScalarExpression 
    Get 
    Set
'使用
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)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
省略可能なタイムアウト。

関連項目

参照

WaitForStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間