Свойство NullIfExpression.SecondExpression

Gets or sets the second expression.

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

Синтаксис

'Декларация
Public Property SecondExpression As ScalarExpression 
    Get 
    Set
'Применение
Dim instance As NullIfExpression 
Dim value As ScalarExpression 

value = instance.SecondExpression

instance.SecondExpression = value
public ScalarExpression SecondExpression { get; set; }
public:
property ScalarExpression^ SecondExpression {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member SecondExpression : ScalarExpression with get, set
function get SecondExpression () : ScalarExpression 
function set SecondExpression (value : ScalarExpression)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The second expression.

См. также

Справочник

NullIfExpression Класс

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