Compartilhar via


Propriedade AlterIndexStatement.AlterIndexType

Obtém ou define o valor que descrevem a alteração do índice.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property AlterIndexType As AlterIndexType
    Get
    Set
public AlterIndexType AlterIndexType { get; set; }
public:
property AlterIndexType AlterIndexType {
    AlterIndexType get ();
    void set (AlterIndexType value);
}
member AlterIndexType : AlterIndexType with get, set
function get AlterIndexType () : AlterIndexType
function set AlterIndexType (value : AlterIndexType)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType
Retorna o valor de um AlterIndexType enumeração.

Segurança do .NET Framework

Consulte também

Referência

AlterIndexStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql