Classe AlterIndexStatement
Represents the alter index statement.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.IndexStatement
Microsoft.SqlServer.TransactSql.ScriptDom.AlterIndexStatement
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class AlterIndexStatement _
Inherits IndexStatement
'Uso
Dim instance As AlterIndexStatement
[SerializableAttribute]
public class AlterIndexStatement : IndexStatement
[SerializableAttribute]
public ref class AlterIndexStatement : public IndexStatement
[<SerializableAttribute>]
type AlterIndexStatement =
class
inherit IndexStatement
end
public class AlterIndexStatement extends IndexStatement
O tipo AlterIndexStatement expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
AlterIndexStatement | Initializes a new instance of the AlterIndexStatement class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
All | Gets or sets a value that indicates whether All keyword is used. | |
AlterIndexType | Gets or sets the type of the alter index statement. | |
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) | |
FragmentLength | Gets the fragment length. (Herdado de TSqlFragment.) | |
IndexOptions | Gets a list of index options. Optional may have zero elements. (Herdado de IndexStatement.) | |
LastTokenIndex | Gets or sets the last token index. (Herdado de TSqlFragment.) | |
Name | Gets the name of the index. (Herdado de IndexStatement.) | |
OnName | Gets or sets the table or view name that comes after the ON keyword. (Herdado de IndexStatement.) | |
Partition | Gets or sets the expression that shows the partition. Optional, may be null. | |
PromotedPaths | Gets or sets a collection of promoted paths. | |
ScriptTokenStream | Gets or sets a list of token streams. (Herdado de TSqlFragment.) | |
StartColumn | Gets the starting column. (Herdado de TSqlFragment.) | |
StartLine | Gets the starting line. (Herdado de TSqlFragment.) | |
StartOffset | Gets the fragment start offset value. (Herdado de TSqlFragment.) | |
XmlNamespaces | Gets or sets XML namespaces. May be null. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept | Accepts visitor. (Substitui TSqlFragment.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Accepts visitor for Children. (Substitui IndexStatement.AcceptChildren(TSqlFragmentVisitor).) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.