SqlDeleteSpecification 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class SqlDeleteSpecification : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlUpdateDeleteSpecificationBase
type SqlDeleteSpecification = class
inherit SqlUpdateDeleteSpecificationBase
Public Class SqlDeleteSpecification
Inherits SqlUpdateDeleteSpecificationBase
- 继承
属性
| 名称 | 说明 |
|---|---|
| BoundObject | (继承自 SqlCodeObject) |
| Children | |
| EndLocation | (继承自 SqlCodeObject) |
| FromClause | (继承自 SqlUpdateDeleteSpecificationBase) |
| IsSqlCodeSnippet | (继承自 SqlCodeObject) |
| Length | (继承自 SqlCodeObject) |
| OutputClause | (继承自 SqlDmlSpecification) |
| OutputIntoClause | (继承自 SqlDmlSpecification) |
| Parent | (继承自 SqlCodeObject) |
| Position | (继承自 SqlCodeObject) |
| Sql | (继承自 SqlCodeObject) |
| StartLocation | (继承自 SqlCodeObject) |
| Statement | (继承自 SqlCodeObject) |
| Target | (继承自 SqlDmlSpecification) |
| TokenManager | (继承自 SqlCodeObject) |
| Tokens | (继承自 SqlCodeObject) |
| TopSpecification | (继承自 SqlDmlSpecification) |
| WhereClause | (继承自 SqlUpdateDeleteSpecificationBase) |
| Xml | (继承自 SqlCodeObject) |
方法
| 名称 | 说明 |
|---|---|
| Accept(ISqlCodeObjectVisitor) | |
| Accept<C>(ISqlCodeObjectContextVisitor<C>, C) | |
| Accept<T,C>(ISqlCodeObjectContextVisitor<T,C>, C) | |
| Accept<T>(ISqlCodeObjectVisitor<T>) | |