Gets the right sub-expression.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public ReadOnly Property RightExpr As PredExpr
Get
'用途
Dim instance As PredLogicalExpr
Dim value As PredExpr
value = instance.RightExpr
public PredExpr RightExpr { get; }
public:
property PredExpr^ RightExpr {
PredExpr^ get ();
}
member RightExpr : PredExpr
function get RightExpr () : PredExpr
屬性值
型別:Microsoft.SqlServer.Management.XEvent.PredExpr
The right sub-expression.