Condividi tramite


Proprietà PredLogicalExpr.LeftExpr

Gets the left sub-expression.

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

Sintassi

'Dichiarazione
Public ReadOnly Property LeftExpr As PredExpr 
    Get
'Utilizzo
Dim instance As PredLogicalExpr 
Dim value As PredExpr 

value = instance.LeftExpr
public PredExpr LeftExpr { get; }
public:
property PredExpr^ LeftExpr {
    PredExpr^ get ();
}
member LeftExpr : PredExpr
function get LeftExpr () : PredExpr

Valore proprietà

Tipo: Microsoft.SqlServer.Management.XEvent.PredExpr
The left su-bexpresion.

Vedere anche

Riferimento

PredLogicalExpr Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent