Proprietà ExpressionNodeOperator.Left

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Property Left As ExpressionNode 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

ExpressionNodeOperator Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf