SqlCreateIndexStatement Class

Definition

public class SqlCreateIndexStatement : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlDdlStatement
type SqlCreateIndexStatement = class
    inherit SqlDdlStatement
Public Class SqlCreateIndexStatement
Inherits SqlDdlStatement
Inheritance

Properties

BoundIndex
BoundObject
Children
ClusterOption
EndLocation (Inherited from SqlCodeObject)
FileStream
FilterClause
IncludedColumns
IndexedColunms
IsSqlCodeSnippet (Inherited from SqlCodeObject)
IsUnique
Length (Inherited from SqlCodeObject)
Name
Options
Parent (Inherited from SqlCodeObject)
Position (Inherited from SqlCodeObject)
Sql (Inherited from SqlCodeObject)
StartLocation (Inherited from SqlCodeObject)
Statement (Inherited from SqlStatement)
StorageSpecification
TargetObject
TokenManager (Inherited from SqlCodeObject)
Tokens (Inherited from SqlCodeObject)
Xml (Inherited from SqlCodeObject)

Methods

Accept(ISqlCodeObjectVisitor)
Accept(ISqlStatementVisitor)
Accept<C>(ISqlCodeObjectContextVisitor<C>, C)
Accept<C>(ISqlStatementContextVisitor<C>, C)
Accept<T,C>(ISqlCodeObjectContextVisitor<T,C>, C)
Accept<T,C>(ISqlStatementContextVisitor<T,C>, C)
Accept<T>(ISqlCodeObjectVisitor<T>)
Accept<T>(ISqlStatementVisitor<T>)
BindIndexOptions(SqlIndexOptionCollection, IMutableRelationalIndex, Boolean)

Applies to