Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets or sets the expression that comes after Else.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ElseExpression As ScalarExpression
Get
Set
'Usage
Dim instance As CaseExpression
Dim value As ScalarExpression
value = instance.ElseExpression
instance.ElseExpression = value
public ScalarExpression ElseExpression { get; set; }
public:
property ScalarExpression^ ElseExpression {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member ElseExpression : ScalarExpression with get, set
function get ElseExpression () : ScalarExpression
function set ElseExpression (value : ScalarExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The expression that comes after Else.