IfStatement.ThenStatement Property

Definition

The statement that will be executed if the predicate evaluates true.

public Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement ThenStatement { get; set; }
member this.ThenStatement : Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement with get, set
Public Property ThenStatement As TSqlStatement

Property Value

Applies to