SqlCreateIndexStatement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class SqlCreateIndexStatement : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlDdlStatement
type SqlCreateIndexStatement = class
inherit SqlDdlStatement
Public Class SqlCreateIndexStatement
Inherits SqlDdlStatement
- 继承
属性
| 名称 | 说明 |
|---|---|
| BoundIndex | |
| BoundObject | |
| Children | |
| ClusterOption | |
| EndLocation | (继承自 SqlCodeObject) |
| FileStream | |
| FilterClause | |
| IncludedColumns | |
| IndexedColunms | |
| IsSqlCodeSnippet | (继承自 SqlCodeObject) |
| IsUnique | |
| Length | (继承自 SqlCodeObject) |
| Name | |
| Options | |
| Parent | (继承自 SqlCodeObject) |
| Position | (继承自 SqlCodeObject) |
| Sql | (继承自 SqlCodeObject) |
| StartLocation | (继承自 SqlCodeObject) |
| Statement | (继承自 SqlStatement) |
| StorageSpecification | |
| TargetObject | |
| TokenManager | (继承自 SqlCodeObject) |
| Tokens | (继承自 SqlCodeObject) |
| Xml | (继承自 SqlCodeObject) |