AlterIndexStatement.AlterIndexType 属性

获取或设置描述索引如何改变的值。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

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

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.AlterIndexType
返回 AlterIndexType 枚举的值。

.NET Framework 安全性

请参见

参考

AlterIndexStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间