Condividi tramite


Classe CreateIndexStatement

Represents the create index statement.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
    Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
      Microsoft.SqlServer.TransactSql.ScriptDom.IndexStatement
        Microsoft.SqlServer.TransactSql.ScriptDom.CreateIndexStatement

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class CreateIndexStatement _
    Inherits IndexStatement
'Utilizzo
Dim instance As CreateIndexStatement
[SerializableAttribute]
public class CreateIndexStatement : IndexStatement
[SerializableAttribute]
public ref class CreateIndexStatement : public IndexStatement
[<SerializableAttribute>]
type CreateIndexStatement =  
    class 
        inherit IndexStatement 
    end
public class CreateIndexStatement extends IndexStatement

Nel tipo CreateIndexStatement sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico CreateIndexStatement Initializes a new instance of the CreateIndexStatement class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Clustered Gets or sets a value that indicates whether the Clustered keyword is used.
Proprietà pubblica Columns Gets the list of the defined columns.
Proprietà pubblica FileStreamOn Gets or sets the file stream specification.
Proprietà pubblica FilterPredicate Gets or sets the optional filter predicate for the index.
Proprietà pubblica FirstTokenIndex Gets or sets the first token index. Ereditato da TSqlFragment.
Proprietà pubblica FragmentLength Gets the fragment length. Ereditato da TSqlFragment.
Proprietà pubblica IncludeColumns Gets the list of the include columns.
Proprietà pubblica IndexOptions Gets a list of index options. Optional may have zero elements. Ereditato da IndexStatement.
Proprietà pubblica LastTokenIndex Gets or sets the last token index. Ereditato da TSqlFragment.
Proprietà pubblica Name Gets the name of the index. Ereditato da IndexStatement.
Proprietà pubblica OnFileGroupOrPartitionScheme Gets or sets the filegroup or partition scheme.
Proprietà pubblica OnName Gets or sets the table or view name that comes after the ON keyword. Ereditato da IndexStatement.
Proprietà pubblica ScriptTokenStream Gets or sets a list of token streams. Ereditato da TSqlFragment.
Proprietà pubblica StartColumn Gets the starting column. Ereditato da TSqlFragment.
Proprietà pubblica StartLine Gets the starting line. Ereditato da TSqlFragment.
Proprietà pubblica StartOffset Gets the fragment start offset value. Ereditato da TSqlFragment.
Proprietà pubblica Translated80SyntaxTo90 Gets or sets a value that indicates whether the 80 syntax was translated into 90.
Proprietà pubblica Unique Gets or sets a value that indicates whether the Unique keyword is used.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Accept Indicates the entry point for a given visitor. Esegue l'override di TSqlFragment.Accept(TSqlFragmentVisitor).
Metodo pubblico AcceptChildren Accepts visitor for Children. Esegue l'override di IndexStatement.AcceptChildren(TSqlFragmentVisitor).
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom