Compartir a través de


AlterIndexStatement.AlterIndexType (Propiedad)

Obtiene o establece el valor que describe la modificación del índice.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType
Devuelve el valor de una enumeración AlterIndexType.

Seguridad de .NET Framework

Vea también

Referencia

AlterIndexStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)