DeleteSpecification 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Delete 的属性
[System.Serializable]
public class DeleteSpecification : Microsoft.SqlServer.TransactSql.ScriptDom.UpdateDeleteSpecificationBase
[<System.Serializable>]
type DeleteSpecification = class
inherit UpdateDeleteSpecificationBase
Public Class DeleteSpecification
Inherits UpdateDeleteSpecificationBase
- 继承
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| DeleteSpecification() |
Delete 的属性 |
字段
| 名称 | 说明 |
|---|---|
| Uninitialized |
用于指示和未初始化令牌的常量。 (继承自 TSqlFragment) |
属性
| 名称 | 说明 |
|---|---|
| FirstTokenIndex |
获取或设置令牌的第一个索引。 (继承自 TSqlFragment) |
| FragmentLength |
定义片段在分析的脚本中占用的字符数。 (继承自 TSqlFragment) |
| FromClause |
可选可能为 null。 (继承自 UpdateDeleteSpecificationBase) |
| LastTokenIndex |
获取或设置令牌的最后一个索引。 (继承自 TSqlFragment) |
| OutputClause |
OUTPUT 子句。 (继承自 DataModificationSpecification) |
| OutputIntoClause |
OUTPUT INTO 子句。 (继承自 DataModificationSpecification) |
| ScriptTokenStream |
获取或设置脚本令牌流。 (继承自 TSqlFragment) |
| StartColumn |
获取起始列。 (继承自 TSqlFragment) |
| StartLine |
获取起始行。 (继承自 TSqlFragment) |
| StartOffset |
定义已分析的脚本中片段起始位置的字符偏移量。 (继承自 TSqlFragment) |
| Target |
目标表引用。 (继承自 DataModificationSpecification) |
| TopRowFilter |
顶部行筛选器。 (继承自 DataModificationSpecification) |
| WhereClause |
可选可能为 null。 (继承自 UpdateDeleteSpecificationBase) |
方法
| 名称 | 说明 |
|---|---|
| Accept(TSqlFragmentVisitor) |
接受访问者 |
| AcceptChildren(TSqlFragmentVisitor) |
接受儿童访问者 |