Compartir a través de


AlterIndexStatement.AlterIndexType Propiedad

Gets or sets the type of the alter index statement.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property AlterIndexType As AlterIndexType 
    Get 
    Set
'Uso
Dim instance As AlterIndexStatement 
Dim value As AlterIndexType 

value = instance.AlterIndexType

instance.AlterIndexType = value
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 la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AlterIndexType
The type of the alter index statement.

Vea también

Referencia

AlterIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom