共用方式為


Left 屬性

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

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Property Left As ExpressionNode
    Get
    Set
'用途
Dim instance As ExpressionNodeOperator
Dim value As ExpressionNode

value = instance.Left

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

屬性值

型別:Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
A ExpressionNode object value that specifies the value to the left of the operator in the expression.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。