Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property AlterIndexType As AlterIndexType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterIndexType
The type of the alter index statement.