Freigeben über


Right-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Property Right As ExpressionNode
    Get
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.