Compartir a través de


Right Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Property Right As ExpressionNode
    Get
    Set
'Uso
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)

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.