Partager via


Propriété AlterIndexStatement.AlterIndexType

Gets or sets the type of the alter index statement.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property AlterIndexType As AlterIndexType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

AlterIndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom