IfStatement.ElseStatement Property

Definition

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

Property Value

Applies to