IfStatement.ElseStatement 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 false. Optional, may be null.
public Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement ElseStatement { get; set; }
member this.ElseStatement : Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement with get, set
Public Property ElseStatement As TSqlStatement