WaitForStatement.Statement 属性

获取或设置内部语句。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Statement As WaitForSupportedStatement
    Get
    Set
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.Data.Schema.ScriptDom.Sql.WaitForSupportedStatement
返回一个 WaitForSupportedStatement

.NET Framework 安全性

请参见

参考

WaitForStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间