WaitForStatement.Statement Property
Gets or sets an inner statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Statement As WaitForSupportedStatement
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.WaitForSupportedStatement
An inner statement.