Свойство BooleanParenthesisExpression.Expression

Gets the inner boolean expression.

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

Синтаксис

'Декларация
Public Property Expression As BooleanExpression 
    Get 
    Set
'Применение
Dim instance As BooleanParenthesisExpression 
Dim value As BooleanExpression 

value = instance.Expression

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

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
The inner boolean expression.

См. также

Справочник

BooleanParenthesisExpression Класс

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