WhileStatement.Statement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The statement that will be executed if the predicate evaluates true.
public Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement Statement { get; set; }
member this.Statement : Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement with get, set
Public Property Statement As TSqlStatement