PredLogicalExpr.LeftExpr プロパティ

左辺のサブ式を取得します。

名前空間:  Microsoft.SqlServer.Management.XEvent
アセンブリ:  Microsoft.SqlServer.Management.XEvent (Microsoft.SqlServer.Management.XEvent.dll)

構文

'宣言
Public ReadOnly Property LeftExpr As PredExpr 
    Get
'使用
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

プロパティ値

型: Microsoft.SqlServer.Management.XEvent.PredExpr
左辺のサブ式です。

関連項目

参照

PredLogicalExpr クラス

Microsoft.SqlServer.Management.XEvent 名前空間