Свойство AlterIndexStatement.AlterIndexType

Gets or sets the type of the alter index statement.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property AlterIndexType As AlterIndexType 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.AlterIndexType
The type of the alter index statement.

См. также

Справочник

AlterIndexStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom