Partilhar via


Propriedade do RDL PredLogicalExpr.LeftExpr

Gets the left sub-expression.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

PredLogicalExpr Classe

Namespace Microsoft.SqlServer.Management.XEvent