FunctionCall 类

定义

表示函数调用。

[System.Serializable]
public class FunctionCall : Microsoft.SqlServer.TransactSql.ScriptDom.PrimaryExpression
[<System.Serializable>]
type FunctionCall = class
    inherit PrimaryExpression
Public Class FunctionCall
Inherits PrimaryExpression
继承
属性

构造函数

FunctionCall()

表示函数调用。

字段

Uninitialized

用于指示和未初始化标记的常量。

(继承自 TSqlFragment)

属性

AbsentOrNullOnNull

Null 上的 Absent 或 Null 会将 sql null 转换为 json null 或将其删除

CallTarget

可选的函数调用目标。

Collation

排序规则标识符

(继承自 PrimaryExpression)
FirstTokenIndex

获取或设置标记的第一个索引。

(继承自 TSqlFragment)
FragmentLength

定义片段在分析的脚本中占用的字符数。

(继承自 TSqlFragment)
FunctionName

正在调用的函数的名称。

IgnoreRespectNulls

ignore null 用于消除输出中具有 null 值的行。 可选可以为 null。

JsonParameters

函数的 Json 参数。

LastTokenIndex

获取或设置标记的最后一个索引。

(继承自 TSqlFragment)
OverClause

over 子句。 可选可以为 null。

Parameters

函数的参数。

ScriptTokenStream

获取或设置脚本令牌流。

(继承自 TSqlFragment)
StartColumn

获取起始列。

(继承自 TSqlFragment)
StartLine

获取起始行。

(继承自 TSqlFragment)
StartOffset

定义已分析的脚本中片段起始位置的字符偏移量。

(继承自 TSqlFragment)
TrimOptions

TRIM 内部函数可以采用可选参数,如“Leading”、“Trailing”或“Both”。

UniqueRowFilter

可以是 NotSpecified、All 或 Distinct 的枚举。

WithinGroupClause

用于按顺序聚合的 within group 子句。 可选可以为 null。

方法

Accept(TSqlFragmentVisitor)

接受访问者

AcceptChildren(TSqlFragmentVisitor)

接受儿童访问者

适用于