次の方法で共有


WaitForStatement.Statement プロパティ

INNER ステートメントを取得または設定します。

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

構文

'宣言
Public Property Statement As WaitForSupportedStatement 
    Get 
    Set
'使用
Dim instance As WaitForStatement 
Dim value As WaitForSupportedStatement 

value = instance.Statement

instance.Statement = value
public WaitForSupportedStatement Statement { get; set; }
public:
property WaitForSupportedStatement^ Statement {
    WaitForSupportedStatement^ get ();
    void set (WaitForSupportedStatement^ value);
}
member Statement : WaitForSupportedStatement with get, set
function get Statement () : WaitForSupportedStatement 
function set Statement (value : WaitForSupportedStatement)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.WaitForSupportedStatement
INNER ステートメント。

関連項目

参照

WaitForStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間