Свойство IIfCall.ThenExpression

Gets or sets the then expression.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property ThenExpression As ScalarExpression 
    Get 
    Set
'Применение
Dim instance As IIfCall 
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 then expression.

См. также

Справочник

IIfCall Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom