PredFunctionExpr 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用於謂詞中的函數表達式。 函數表達式如下:Pred_Compare(運算元,值),其中運算元是 PredOperand 的實例,value 是 PredValue 的實例。
public sealed class PredFunctionExpr : Microsoft.SqlServer.Management.XEvent.PredExpr
type PredFunctionExpr = class
inherit PredExpr
Public NotInheritable Class PredFunctionExpr
Inherits PredExpr
- 繼承
建構函式
| 名稱 | Description |
|---|---|
| PredFunctionExpr(PredCompareInfo, PredOperand, PredValue) |
初始化 PredFunctionExpr 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| Operand |
拿操作數。 |
| Operator |
拿pred_Compare實例。 |
| Value |
取得值。 |