共用方式為


ExpressionNodeOperator.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 版支援此命名空間、類別或成員。

請參閱

參考

ExpressionNodeOperator 類別

Microsoft.SqlServer.Management.Dmf 命名空間