Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the statement that will be executed if the predicate evaluates to true.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Statement As TSqlStatement
Get
Set
'Usage
Dim instance As WhileStatement
Dim value As TSqlStatement
value = instance.Statement
instance.Statement = value
public TSqlStatement Statement { get; set; }
public:
property TSqlStatement^ Statement {
TSqlStatement^ get ();
void set (TSqlStatement^ value);
}
member Statement : TSqlStatement with get, set
function get Statement () : TSqlStatement
function set Statement (value : TSqlStatement)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
The statement that will be executed if the predicate evaluates to true.