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 版本支持此命名空间、类或成员。