Share via


AlterIndexStatement.AlterIndexType Property

Gets or sets the value describing the index alteration.

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

Syntax

'Declaration
Public Property AlterIndexType As AlterIndexType
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType
Returns the value of a AlterIndexType enumeration.

.NET Framework Security

See Also

Reference

AlterIndexStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace