CaseExpression.ElseExpression 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 expression that comes after else, optional may be null.
public Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression ElseExpression { get; set; }
member this.ElseExpression : Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression with get, set
Public Property ElseExpression As ScalarExpression