WaitForStatement.Statement プロパティ
内側のステートメントを取得または設定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property Statement As WaitForSupportedStatement
'使用
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);
}
public function get Statement () : WaitForSupportedStatement
public function set Statement (value : WaitForSupportedStatement)
プロパティ値
型 : Microsoft.Data.Schema.ScriptDom.Sql.WaitForSupportedStatement
WaitForSupportedStatement を返します。