AlterIndexStatement.AlterIndexType Property
SQL Server 2012
Gets or sets the type of the alter index statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property AlterIndexType As AlterIndexType Get Set 'Usage Dim instance As AlterIndexStatement Dim value As AlterIndexType value = instance.AlterIndexType instance.AlterIndexType = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterIndexTypeThe type of the alter index statement.
