Partager via


Propriété PredLogicalExpr.LeftExpr

Gets the left sub-expression.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LeftExpr As PredExpr 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

PredLogicalExpr Classe

Espace de noms Microsoft.SqlServer.Management.XEvent