CreateSelectiveXmlIndexStatement Class

Definition

Represents the create selective xml index statement.

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

Constructors

CreateSelectiveXmlIndexStatement()

Fields

Uninitialized

Constant to indicate and uninitialized token.

(Inherited from TSqlFragment)

Properties

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)
IsSecondary

Shows if index is secondary selective XML Index.

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)
PathName

Path specified in selective xml index over which secondary xml index is created.

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)
UsingXmlIndexName

The name of the using selective xml index. Optional may be null.

XmlColumn

The xml column.

XmlNamespaces

XML namespaces specified in WITH XMLNAMESPACES part of the statement.

Methods

Accept(TSqlFragmentVisitor)

Accepts visitor

AcceptChildren(TSqlFragmentVisitor)

Accepts visitor for Children

Applies to