SqlUpdateDeleteSpecificationBase 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public abstract class SqlUpdateDeleteSpecificationBase : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlDmlSpecification
type SqlUpdateDeleteSpecificationBase = class
inherit SqlDmlSpecification
Public MustInherit Class SqlUpdateDeleteSpecificationBase
Inherits SqlDmlSpecification
- 继承
- 派生
属性
| 名称 | 说明 |
|---|---|
| BoundObject | (继承自 SqlCodeObject) |
| Children | (继承自 SqlCodeObject) |
| EndLocation | (继承自 SqlCodeObject) |
| FromClause | |
| 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 | |
| Xml | (继承自 SqlCodeObject) |