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


Свойство Right

Gets or sets the argument to the right of the operator.

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

Синтаксис

'Декларация
Public Property Right As ExpressionNode
    Get
    Set
'Применение
Dim instance As ExpressionNodeOperator
Dim value As ExpressionNode

value = instance.Right

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

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

Тип: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
A ExpressionNode object value that specifies the value to the right of the operator in the expression.

Замечания

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