AlterIndexStatement Class

Definition

Represents the alter index statement.

[System.Serializable]
public class AlterIndexStatement : Microsoft.SqlServer.TransactSql.ScriptDom.IndexStatement
[<System.Serializable>]
type AlterIndexStatement = class
    inherit IndexStatement
Public Class AlterIndexStatement
Inherits IndexStatement
Inheritance
Attributes

Constructors

AlterIndexStatement()

Fields

Uninitialized

Constant to indicate and uninitialized token.

(Inherited from TSqlFragment)

Properties

All

Shows if All keyword is used.

AlterIndexType

The type of the alter index statement.

FirstTokenIndex

Gets or sets the first index of the token.

(Inherited from TSqlFragment)
FragmentLength

Defines the number of characters the fragment takes up in the script it was parsed.

(Inherited from TSqlFragment)
IndexOptions

The index options. Optional may have zero elements.

(Inherited from IndexStatement)
LastTokenIndex

Gets or sets the last index of the token.

(Inherited from TSqlFragment)
Name

The name of the index.

(Inherited from IndexStatement)
OnName

The table or view name that comes after the ON keyword.

(Inherited from IndexStatement)
Partition

The expression that shows the partition. Optional, may be null.

PromotedPaths

The list of the promoted xml paths.

ScriptTokenStream

Gets or sets the script token stream.

(Inherited from TSqlFragment)
StartColumn

Gets the start column.

(Inherited from TSqlFragment)
StartLine

Gets the start line.

(Inherited from TSqlFragment)
StartOffset

Defines the character offset of fragments starting location in the script it was parsed.

(Inherited from TSqlFragment)
XmlNamespaces

XML namespaces specified in WITH XMLNAMESPACES part of the statement.

Methods

Accept(TSqlFragmentVisitor)

Accepts visitor

AcceptChildren(TSqlFragmentVisitor)

Accepts visitor for Children

Applies to