Gets or sets an inner statement.
命名空间: 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
An inner statement.