Partager via


AlterIndexStatement.AlterIndexType, propriété

Obtient ou définit la valeur décrivant la modification d'index.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType
Retourne la valeur d'une énumération AlterIndexType.

Sécurité .NET Framework

Voir aussi

Référence

AlterIndexStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms