WhenClause.ThenExpression 屬性
Gets or sets the expression that comes after THEN.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property ThenExpression As ScalarExpression
Get
Set
'用途
Dim instance As WhenClause
Dim value As ScalarExpression
value = instance.ThenExpression
instance.ThenExpression = value
public ScalarExpression ThenExpression { get; set; }
public:
property ScalarExpression^ ThenExpression {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member ThenExpression : ScalarExpression with get, set
function get ThenExpression () : ScalarExpression
function set ThenExpression (value : ScalarExpression)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The expression that comes after THEN.