DistinctPredicate 类

定义

表示非重复谓词。

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

构造函数

DistinctPredicate()

表示非重复谓词。

字段

Uninitialized

用于指示和未初始化令牌的常量。

(继承自 TSqlFragment)

属性

FirstExpression

第一个子表达式。

FirstTokenIndex

获取或设置令牌的第一个索引。

(继承自 TSqlFragment)
FragmentLength

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

(继承自 TSqlFragment)
IsNot

如此 如果表达式被否定/反转。

LastTokenIndex

获取或设置令牌的最后一个索引。

(继承自 TSqlFragment)
ScriptTokenStream

获取或设置脚本令牌流。

(继承自 TSqlFragment)
SecondExpression

第二个子表达式。

StartColumn

获取开始列。

(继承自 TSqlFragment)
StartLine

获取起始行。

(继承自 TSqlFragment)
StartOffset

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

(继承自 TSqlFragment)

方法

Accept(TSqlFragmentVisitor)

接受访问者

AcceptChildren(TSqlFragmentVisitor)

接受儿童访问者

适用于