Freigeben über


AlterIndexStatement.AlterIndexType-Eigenschaft

Ruft den Wert ab, der die Indexänderung beschreibt, bzw. legt diesen fest.

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType
Gibt den Wert einer AlterIndexType-Enumeration zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterIndexStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace