Compartir a través de


PredLogicalExpr.LeftExpr Propiedad

Gets the left sub-expression.

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

Sintaxis

'Declaración
Public ReadOnly Property LeftExpr As PredExpr 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

PredLogicalExpr Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent