Поделиться через


Свойство ConditionExtender.ExpressionNode

Gets or sets the expression node for the condition.

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

Синтаксис

'Декларация
<ExtendedPropertyAttribute("Expression")> _
Public Property ExpressionNode As ExpressionNode 
    Get 
    Set
'Применение
Dim instance As ConditionExtender 
Dim value As ExpressionNode 

value = instance.ExpressionNode

instance.ExpressionNode = value
[ExtendedPropertyAttribute("Expression")]
public ExpressionNode ExpressionNode { get; set; }
[ExtendedPropertyAttribute(L"Expression")]
public:
property ExpressionNode^ ExpressionNode {
    ExpressionNode^ get ();
    void set (ExpressionNode^ value);
}
[<ExtendedPropertyAttribute("Expression")>]
member ExpressionNode : ExpressionNode with get, set
function get ExpressionNode () : ExpressionNode 
function set ExpressionNode (value : ExpressionNode)

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

Тип: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNode object value that specifies the expression node for the condition.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

См. также

Справочник

ConditionExtender Класс

Пространство имен Microsoft.SqlServer.Management.Dmf