Sdílet prostřednictvím


AlterIndexStatement.AlterIndexType – vlastnost

Získá nebo nastaví hodnotu popisující změnu indexu.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType
Vrátí hodnotu AlterIndexType výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterIndexStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů